diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index ca96076..f4fe339 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.MELLBOT_APP_ID }} private-key: ${{ secrets.MELLBOT_PK }}