Skip to content

Commit 3b66a52

Browse files
chore(deps): update actions/checkout action to v6 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a54cc3 commit 3b66a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
vs where release
3434
3535
- name: Checkout
36-
uses: actions/checkout@v5.0.1
36+
uses: actions/checkout@v6.0.0
3737
with:
3838
fetch-depth: 0
3939
lfs: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
vs where release
3434
3535
- name: Checkout
36-
uses: actions/checkout@v5.0.1
36+
uses: actions/checkout@v6.0.0
3737
with:
3838
fetch-depth: 0
3939
lfs: true

0 commit comments

Comments
 (0)