Skip to content

Commit d74f81b

Browse files
chore(deps): update actions/checkout action to v4 (#428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 514eb11 commit d74f81b

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@v3
41+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
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@v3
35+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3636
with:
3737
fetch-depth: 30
3838

0 commit comments

Comments
 (0)