Skip to content

Commit f24e1f3

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
node-version: [16.x, 18.x, 20.x]
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
submodules: recursive
@@ -43,7 +43,7 @@ jobs:
4343
- 8013:8013
4444

4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
- uses: actions/setup-node@v3
4848
with:
4949
# we need 'fetch' for this test, which is only in 18+

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# The logic below handles the npm publication:
2020
- name: Checkout Repository
2121
if: ${{ steps.release.outputs.releases_created }}
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525
submodules: recursive

0 commit comments

Comments
 (0)