diff --git a/.github/actions/get-token/action.yaml b/.github/actions/get-token/action.yaml index c30bdfe3956..11f92ded762 100644 --- a/.github/actions/get-token/action.yaml +++ b/.github/actions/get-token/action.yaml @@ -27,7 +27,7 @@ runs: - id: gen-token name: Generate token if: github.repository == 'rancher-sandbox/rancher-desktop' - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ env.APP_ID }} private-key: ${{ env.PRIVATE_KEY }}