Skip to content

Commit d5dc199

Browse files
chore(deps): update actions/checkout action to v5
1 parent 0d97d9a commit d5dc199

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
@@ -40,7 +40,7 @@ jobs:
4040
# vs where release
4141

4242
- name: Checkout
43-
uses: actions/checkout@v4.2.2
43+
uses: actions/checkout@v5.0.0
4444
with:
4545
fetch-depth: 0
4646
lfs: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# vs where release
4141

4242
- name: Checkout
43-
uses: actions/checkout@v4.2.2
43+
uses: actions/checkout@v5.0.0
4444
with:
4545
fetch-depth: 0
4646
lfs: true

0 commit comments

Comments
 (0)