Skip to content

Commit d7e8b3d

Browse files
Update actions/checkout action to v4 (#3125)
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v3 | v4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ff3dd9 commit d7e8b3d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/githubpages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 20
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 90
2626
runs-on: macos-latest
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/pull_request.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 60
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 60
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
4848

@@ -69,7 +69,7 @@ jobs:
6969
timeout-minutes: 60
7070

7171
steps:
72-
- uses: actions/checkout@v3
72+
- uses: actions/checkout@v4
7373
with:
7474
fetch-depth: 0
7575

@@ -96,7 +96,7 @@ jobs:
9696
timeout-minutes: 60
9797

9898
steps:
99-
- uses: actions/checkout@v3
99+
- uses: actions/checkout@v4
100100
with:
101101
fetch-depth: 0
102102

@@ -123,7 +123,7 @@ jobs:
123123
timeout-minutes: 60
124124

125125
steps:
126-
- uses: actions/checkout@v3
126+
- uses: actions/checkout@v4
127127
with:
128128
fetch-depth: 0
129129

@@ -169,7 +169,7 @@ jobs:
169169
KOTLIN_OVERRIDE: 1.9.30-dev-1098
170170

171171
steps:
172-
- uses: actions/checkout@v3
172+
- uses: actions/checkout@v4
173173
with:
174174
fetch-depth: 0
175175

@@ -196,7 +196,7 @@ jobs:
196196
timeout-minutes: 60
197197

198198
steps:
199-
- uses: actions/checkout@v3
199+
- uses: actions/checkout@v4
200200
with:
201201
fetch-depth: 0
202202

@@ -228,7 +228,7 @@ jobs:
228228
timeout-minutes: 60
229229

230230
steps:
231-
- uses: actions/checkout@v3
231+
- uses: actions/checkout@v4
232232
with:
233233
fetch-depth: 0
234234

@@ -255,7 +255,7 @@ jobs:
255255
timeout-minutes: 60
256256

257257
steps:
258-
- uses: actions/checkout@v3
258+
- uses: actions/checkout@v4
259259
with:
260260
fetch-depth: 0
261261

@@ -281,7 +281,7 @@ jobs:
281281
timeout-minutes: 60
282282

283283
steps:
284-
- uses: actions/checkout@v3
284+
- uses: actions/checkout@v4
285285
with:
286286
fetch-depth: 0
287287

0 commit comments

Comments
 (0)