diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index efda2b24c..cfc9bc5f0 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -23,7 +23,7 @@ jobs: steps: # Gets the GitHub App token - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: get-app-token with: # required diff --git a/.github/workflows/dep_update_guest_locks.yml b/.github/workflows/dep_update_guest_locks.yml index ed160c37b..a8a4566b4 100644 --- a/.github/workflows/dep_update_guest_locks.yml +++ b/.github/workflows/dep_update_guest_locks.yml @@ -29,7 +29,7 @@ jobs: # Get GitHub App token for pushing commits back to the PR # Uses the same app as auto-merge-dependabot.yml - name: Get GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: get-app-token with: app-id: ${{ secrets.DEPENDABOT_APP_ID }}