Skip to content

Commit 4923a94

Browse files
chore(deps): update actions/checkout action to v5 (#114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3da3c6b commit 4923a94

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@v4.2.2
36+
uses: actions/checkout@v5.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@v4.2.2
36+
uses: actions/checkout@v5.0.0
3737
with:
3838
fetch-depth: 0
3939
lfs: true

0 commit comments

Comments
 (0)