Skip to content

Commit b64b6c0

Browse files
chore(deps): update actions/checkout action to v4.2.1
1 parent 9ee3bf1 commit b64b6c0

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.1.7
43+
uses: actions/checkout@v4.2.1
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.1.7
43+
uses: actions/checkout@v4.2.1
4444
with:
4545
fetch-depth: 0
4646
lfs: true

0 commit comments

Comments
 (0)