diff --git a/.github/workflows/dependabot-auto-approve-and-merge.yml b/.github/workflows/dependabot-auto-approve-and-merge.yml index 65d3165..2e7dcd9 100644 --- a/.github/workflows/dependabot-auto-approve-and-merge.yml +++ b/.github/workflows/dependabot-auto-approve-and-merge.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Get token from Github App id: get_app_token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 with: app-id: ${{ secrets.AUTOMERGE_APP_ID }} private-key: ${{ secrets.AUTOMERGE_PEM }}