diff --git a/.github/workflows/update-abi.yml b/.github/workflows/update-abi.yml index 9075ea8..fdfeffb 100644 --- a/.github/workflows/update-abi.yml +++ b/.github/workflows/update-abi.yml @@ -21,7 +21,7 @@ jobs: id-token: write # for secret service access steps: - name: Generate GitHub App token (updater app) - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.GH_APP_CREDS }}