diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 2fda24fd..2fc9fb6e 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Gather credentials id: credentials - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}