Skip to content

Commit 8d23c03

Browse files
chore(deps): update actions/checkout action to v4.2.2
1 parent 5eb0225 commit 8d23c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Checkout
19-
uses: actions/checkout@v4.1.7
19+
uses: actions/checkout@v4.2.2
2020
with:
2121
fetch-depth: 0
2222
lfs: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Checkout
21-
uses: actions/checkout@v4.1.7
21+
uses: actions/checkout@v4.2.2
2222
with:
2323
fetch-depth: 0
2424
lfs: true

0 commit comments

Comments
 (0)