diff --git a/.github/workflows/dependabot-update-all.yml b/.github/workflows/dependabot-update-all.yml index 779026ab49..5afbbdac91 100644 --- a/.github/workflows/dependabot-update-all.yml +++ b/.github/workflows/dependabot-update-all.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Generate Token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v1 + uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v1 id: app-token with: app-id: "${{ secrets.APP_ID }}"