diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f60e340..aae76d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: # ruleset's bypass list and push with that instead. - name: Mint a token for the release app id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.RELEASE_APP_ID }} private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}