Skip to content

Commit c0e5c9b

Browse files
chore(deps): update actions/checkout action to v4.2.2 (#269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ccb6a7 commit c0e5c9b

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
@@ -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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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)