Skip to content

Commit 066fd57

Browse files
Update actions/checkout action to v4
1 parent 3dc2044 commit 066fd57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
steps:
10-
- uses: actions/checkout@v3.0.2
10+
- uses: actions/checkout@v4.1.3
1111
with:
1212
fetch-depth: 100
1313
- name: Fetch tags

.github/workflows/release-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
steps:
12-
- uses: actions/checkout@v3.0.2
12+
- uses: actions/checkout@v4.1.3
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
steps:
12-
- uses: actions/checkout@v3.0.2
12+
- uses: actions/checkout@v4.1.3
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

0 commit comments

Comments
 (0)