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
@@ -245,7 +245,7 @@ jobs:
245
245
runs-on : macos-15-large # Intel
246
246
timeout-minutes : 120
247
247
steps :
248
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
248
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
249
249
with :
250
250
# 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"
251
251
fetch-depth : 0
@@ -317,7 +317,7 @@ jobs:
317
317
- ../hack/test-templates/net-user-v2.yaml
318
318
- ../hack/test-templates/test-misc.yaml # TODO: merge net-user-v2 into test-misc
319
319
steps :
320
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
320
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
321
321
with :
322
322
# 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"
323
323
fetch-depth : 0
@@ -367,7 +367,7 @@ jobs:
367
367
matrix :
368
368
colima-version : ["v0.6.5"]
369
369
steps :
370
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
370
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
371
371
with :
372
372
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
373
373
fetch-depth : 0
@@ -414,7 +414,7 @@ jobs:
414
414
runs-on : macos-15-large # Intel
415
415
timeout-minutes : 120
416
416
steps :
417
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
417
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
418
418
with :
419
419
fetch-depth : 0
420
420
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -469,12 +469,12 @@ jobs:
469
469
matrix :
470
470
oldver : ["v0.15.1"] # The default VM type was always QEMU until Lima v1.0
471
471
steps :
472
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
472
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
473
473
with :
474
474
# 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"
475
475
fetch-depth : 0
476
476
- name : Fetch homebrew-core commit messages
477
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
477
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
478
478
with :
479
479
# needed by ./hack/brew-install-version.sh
480
480
repository : homebrew/homebrew-core
@@ -514,7 +514,7 @@ jobs:
514
514
template :
515
515
- default.yaml
516
516
steps :
517
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
517
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
518
518
with :
519
519
fetch-depth : 0
520
520
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -549,7 +549,7 @@ jobs:
549
549
runs-on : macos-15-large # Intel
550
550
timeout-minutes : 30
551
551
steps :
552
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
552
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
553
553
with :
554
554
fetch-depth : 0
555
555
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -576,7 +576,7 @@ jobs:
576
576
runs-on : ubuntu-24.04
577
577
timeout-minutes : 30
578
578
steps :
579
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
579
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
580
580
with :
581
581
# 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"
582
582
fetch-depth : 0
@@ -591,7 +591,7 @@ jobs:
591
591
runs-on : ubuntu-22.04 # QEMU 6.2
592
592
timeout-minutes : 30
593
593
steps :
594
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
594
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
595
595
with :
596
596
# 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"
597
597
fetch-depth : 0
0 commit comments