26
26
runs-on : ubuntu-24.04
27
27
timeout-minutes : 30
28
28
steps :
29
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
30
with :
31
31
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
32
32
fetch-depth : 0
82
82
run : |
83
83
git config --global core.autocrlf false
84
84
git config --global core.eol lf
85
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
86
86
with :
87
87
fetch-depth : 1
88
88
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -111,7 +111,7 @@ jobs:
111
111
runs-on : ubuntu-24.04
112
112
timeout-minutes : 5
113
113
steps :
114
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115
115
with :
116
116
fetch-depth : 1
117
117
- uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
@@ -134,7 +134,7 @@ jobs:
134
134
run : |
135
135
sudo apt-get update
136
136
sudo apt-get install -y --no-install-recommends qemu-utils
137
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
137
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
138
138
with :
139
139
fetch-depth : 1
140
140
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -187,7 +187,7 @@ jobs:
187
187
run : |
188
188
git config --global core.autocrlf false
189
189
git config --global core.eol lf
190
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
191
191
with :
192
192
fetch-depth : 1
193
193
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -217,7 +217,7 @@ jobs:
217
217
run : |
218
218
git config --global core.autocrlf false
219
219
git config --global core.eol lf
220
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
220
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
221
221
with :
222
222
# To avoid "can't parse builtin Lima version" errors
223
223
fetch-depth : 0
@@ -247,7 +247,7 @@ jobs:
247
247
runs-on : macos-15-large # Intel
248
248
timeout-minutes : 120
249
249
steps :
250
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
250
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
251
251
with :
252
252
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
253
253
fetch-depth : 0
@@ -319,7 +319,7 @@ jobs:
319
319
- ../hack/test-templates/net-user-v2.yaml
320
320
- ../hack/test-templates/test-misc.yaml # TODO: merge net-user-v2 into test-misc
321
321
steps :
322
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
322
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
323
323
with :
324
324
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
325
325
fetch-depth : 0
@@ -369,7 +369,7 @@ jobs:
369
369
matrix :
370
370
colima-version : ["v0.6.5"]
371
371
steps :
372
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
372
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
373
373
with :
374
374
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
375
375
fetch-depth : 0
@@ -416,7 +416,7 @@ jobs:
416
416
runs-on : macos-15-large # Intel
417
417
timeout-minutes : 120
418
418
steps :
419
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
419
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
420
420
with :
421
421
fetch-depth : 0
422
422
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -471,12 +471,12 @@ jobs:
471
471
matrix :
472
472
oldver : ["v0.15.1"] # The default VM type was always QEMU until Lima v1.0
473
473
steps :
474
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
474
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
475
475
with :
476
476
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
477
477
fetch-depth : 0
478
478
- name : Fetch homebrew-core commit messages
479
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
479
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
480
480
with :
481
481
# needed by ./hack/brew-install-version.sh
482
482
repository : homebrew/homebrew-core
@@ -516,7 +516,7 @@ jobs:
516
516
template :
517
517
- default.yaml
518
518
steps :
519
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
519
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
520
520
with :
521
521
fetch-depth : 0
522
522
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -551,7 +551,7 @@ jobs:
551
551
runs-on : macos-15-large # Intel
552
552
timeout-minutes : 30
553
553
steps :
554
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
554
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
555
555
with :
556
556
fetch-depth : 0
557
557
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -578,7 +578,7 @@ jobs:
578
578
runs-on : ubuntu-24.04
579
579
timeout-minutes : 30
580
580
steps :
581
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
581
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
582
582
with :
583
583
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
584
584
fetch-depth : 0
@@ -593,7 +593,7 @@ jobs:
593
593
runs-on : ubuntu-22.04 # QEMU 6.2
594
594
timeout-minutes : 30
595
595
steps :
596
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
596
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
597
597
with :
598
598
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
599
599
fetch-depth : 0
0 commit comments