Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_update_guest_locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading