diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 1c3c695c..06bbfafd 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Gather credentials id: credentials - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ secrets.GH_APP_ID_RELEASER }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY_RELEASER }}