Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 5c6dc19

Browse files
Update actions/checkout action to v5
Update actions/checkout from 4 to 5 Change-type: patch
1 parent f53d409 commit 5c6dc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/finalize/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
# the permissions we need to push to the repo
3333
# https://github.com/actions/checkout
3434
- name: Checkout code
35-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
35+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3636
with:
3737
token: ${{ steps.gh_app_token.outputs.token }}
3838
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)