39
39
offlinedocs : ${{ steps.filter.outputs.offlinedocs }}
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
with :
44
44
fetch-depth : 1
45
45
# For pull requests it's not necessary to checkout the code
@@ -110,7 +110,7 @@ jobs:
110
110
runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
111
111
steps :
112
112
- name : Checkout
113
- uses : actions/checkout@v3
113
+ uses : actions/checkout@v4
114
114
with :
115
115
fetch-depth : 1
116
116
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
# Check for any typos
139
139
- name : Check for typos
140
- uses : crate-ci/typos@v1.16.10
140
+ uses : crate-ci/typos@v1.16.11
141
141
with :
142
142
config : .github/workflows/typos.toml
143
143
@@ -165,7 +165,7 @@ jobs:
165
165
if : needs.changes.outputs.docs-only == 'false' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
166
166
steps :
167
167
- name : Checkout
168
- uses : actions/checkout@v3
168
+ uses : actions/checkout@v4
169
169
with :
170
170
fetch-depth : 1
171
171
@@ -209,7 +209,7 @@ jobs:
209
209
timeout-minutes : 7
210
210
steps :
211
211
- name : Checkout
212
- uses : actions/checkout@v3
212
+ uses : actions/checkout@v4
213
213
with :
214
214
fetch-depth : 1
215
215
@@ -248,7 +248,7 @@ jobs:
248
248
- windows-2019
249
249
steps :
250
250
- name : Checkout
251
- uses : actions/checkout@v3
251
+ uses : actions/checkout@v4
252
252
with :
253
253
fetch-depth : 1
254
254
@@ -317,7 +317,7 @@ jobs:
317
317
timeout-minutes : 25
318
318
steps :
319
319
- name : Checkout
320
- uses : actions/checkout@v3
320
+ uses : actions/checkout@v4
321
321
with :
322
322
fetch-depth : 1
323
323
@@ -365,7 +365,7 @@ jobs:
365
365
timeout-minutes : 25
366
366
steps :
367
367
- name : Checkout
368
- uses : actions/checkout@v3
368
+ uses : actions/checkout@v4
369
369
with :
370
370
fetch-depth : 1
371
371
@@ -398,7 +398,7 @@ jobs:
398
398
id-token : write
399
399
steps :
400
400
- name : Checkout
401
- uses : actions/checkout@v3
401
+ uses : actions/checkout@v4
402
402
with :
403
403
fetch-depth : 0
404
404
@@ -486,7 +486,7 @@ jobs:
486
486
timeout-minutes : 20
487
487
steps :
488
488
- name : Checkout
489
- uses : actions/checkout@v3
489
+ uses : actions/checkout@v4
490
490
with :
491
491
fetch-depth : 1
492
492
@@ -516,7 +516,7 @@ jobs:
516
516
timeout-minutes : 20
517
517
steps :
518
518
- name : Checkout
519
- uses : actions/checkout@v3
519
+ uses : actions/checkout@v4
520
520
with :
521
521
fetch-depth : 1
522
522
@@ -582,7 +582,7 @@ jobs:
582
582
if : needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true'
583
583
steps :
584
584
- name : Checkout
585
- uses : actions/checkout@v3
585
+ uses : actions/checkout@v4
586
586
with :
587
587
# Required by Chromatic for build-over-build history, otherwise we
588
588
# only get 1 commit on shallow checkout.
@@ -647,7 +647,7 @@ jobs:
647
647
if : needs.changes.outputs.offlinedocs == 'true' || needs.changes.outputs.ci == 'true'
648
648
steps :
649
649
- name : Checkout
650
- uses : actions/checkout@v3
650
+ uses : actions/checkout@v4
651
651
with :
652
652
# 0 is required here for version.sh to work.
653
653
fetch-depth : 0
@@ -727,7 +727,7 @@ jobs:
727
727
DOCKER_CLI_EXPERIMENTAL : " enabled"
728
728
steps :
729
729
- name : Checkout
730
- uses : actions/checkout@v3
730
+ uses : actions/checkout@v4
731
731
with :
732
732
fetch-depth : 0
733
733
0 commit comments