diff --git a/.github/workflows/update-abi.yml b/.github/workflows/update-abi.yml index 83da313..1cf89ba 100644 --- a/.github/workflows/update-abi.yml +++ b/.github/workflows/update-abi.yml @@ -23,7 +23,7 @@ jobs: id-token: write # for secret service access steps: - name: Generate GitHub App token (updater app) - uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 + uses: electron/github-app-auth-action@5f70a3726af01b612f29aac96d05aa524389c9e9 # v2.1.0 id: generate-token with: creds: ${{ secrets.GH_APP_CREDS }}