Skip to content

Commit 1cb85e2

Browse files
chore(deps): update actions/checkout action to v5 (#620)
1 parent 312937b commit 1cb85e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
workflow_id: ci.yml
3939
access_token: ${{ github.token }}
4040

41-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4242
with:
4343
fetch-depth: 30
4444

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
workflow_id: release.yml
3333
access_token: ${{ github.token }}
3434

35-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
35+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3636
with:
3737
fetch-depth: 30
3838

0 commit comments

Comments
 (0)