2626 runs-on : ubuntu-24.04
2727 timeout-minutes : 30
2828 steps :
29- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030 with :
3131 # 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"
3232 fetch-depth : 0
8282 run : |
8383 git config --global core.autocrlf false
8484 git config --global core.eol lf
85- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8686 with :
8787 fetch-depth : 1
8888 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-24.04
112112 timeout-minutes : 5
113113 steps :
114- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115115 with :
116116 fetch-depth : 1
117117 - uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
@@ -134,7 +134,7 @@ jobs:
134134 run : |
135135 sudo apt-get update
136136 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
138138 with :
139139 fetch-depth : 1
140140 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -187,7 +187,7 @@ jobs:
187187 run : |
188188 git config --global core.autocrlf false
189189 git config --global core.eol lf
190- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
191191 with :
192192 fetch-depth : 1
193193 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -217,7 +217,7 @@ jobs:
217217 run : |
218218 git config --global core.autocrlf false
219219 git config --global core.eol lf
220- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
220+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
221221 with :
222222 # To avoid "can't parse builtin Lima version" errors
223223 fetch-depth : 0
@@ -247,7 +247,7 @@ jobs:
247247 runs-on : macos-15-large # Intel
248248 timeout-minutes : 120
249249 steps :
250- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
250+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
251251 with :
252252 # 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"
253253 fetch-depth : 0
@@ -319,7 +319,7 @@ jobs:
319319 - ../hack/test-templates/net-user-v2.yaml
320320 - ../hack/test-templates/test-misc.yaml # TODO: merge net-user-v2 into test-misc
321321 steps :
322- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
322+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
323323 with :
324324 # 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"
325325 fetch-depth : 0
@@ -369,7 +369,7 @@ jobs:
369369 matrix :
370370 colima-version : ["v0.6.5"]
371371 steps :
372- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
372+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
373373 with :
374374 # fetch-depth is set to 0 to let `limactl --version` print semver-ish version
375375 fetch-depth : 0
@@ -416,7 +416,7 @@ jobs:
416416 runs-on : macos-15-large # Intel
417417 timeout-minutes : 120
418418 steps :
419- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
419+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
420420 with :
421421 fetch-depth : 0
422422 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -471,12 +471,12 @@ jobs:
471471 matrix :
472472 oldver : ["v0.15.1"] # The default VM type was always QEMU until Lima v1.0
473473 steps :
474- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
474+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
475475 with :
476476 # 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"
477477 fetch-depth : 0
478478 - name : Fetch homebrew-core commit messages
479- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
479+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
480480 with :
481481 # needed by ./hack/brew-install-version.sh
482482 repository : homebrew/homebrew-core
@@ -516,7 +516,7 @@ jobs:
516516 template :
517517 - default.yaml
518518 steps :
519- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
519+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
520520 with :
521521 fetch-depth : 0
522522 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -551,7 +551,7 @@ jobs:
551551 runs-on : macos-15-large # Intel
552552 timeout-minutes : 30
553553 steps :
554- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
554+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
555555 with :
556556 fetch-depth : 0
557557 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -578,7 +578,7 @@ jobs:
578578 runs-on : ubuntu-24.04
579579 timeout-minutes : 30
580580 steps :
581- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
581+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
582582 with :
583583 # 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"
584584 fetch-depth : 0
@@ -593,7 +593,7 @@ jobs:
593593 runs-on : ubuntu-22.04 # QEMU 6.2
594594 timeout-minutes : 30
595595 steps :
596- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
596+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
597597 with :
598598 # 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"
599599 fetch-depth : 0
0 commit comments