diff --git a/.github/workflows/brew-scoop-pr.yml b/.github/workflows/brew-scoop-pr.yml index a705a03..be4fab9 100644 --- a/.github/workflows/brew-scoop-pr.yml +++ b/.github/workflows/brew-scoop-pr.yml @@ -86,7 +86,7 @@ jobs: # "Resource not accessible by integration" at PR creation time. - name: Mint GitHub App installation token id: app-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # pin v2.1.4 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # pin v3.1.1 with: app-id: ${{ secrets.RELEASE_APP_ID }} private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}