Skip to content

Commit 951a2ce

Browse files
Merge pull request #25784 from containers/renovate/actions-create-github-app-token-2.x
[skip-ci] Update actions/create-github-app-token action to v2
2 parents e65bbab + 5148cf3 commit 951a2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue_pr_lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Ref: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow
5555
- name: Obtain Stale Locking App token
5656
id: generate-token
57-
uses: actions/create-github-app-token@v1
57+
uses: actions/create-github-app-token@v2
5858
with:
5959
# N/B: These are both defined at the containers-org level
6060
app-id: ${{ vars.STALE_LOCKING_APP_ID }}

0 commit comments

Comments
 (0)