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
@@ -245,7 +245,7 @@ jobs:
245245 runs-on : macos-15-large # Intel
246246 timeout-minutes : 120
247247 steps :
248- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
248+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
249249 with :
250250 # 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"
251251 fetch-depth : 0
@@ -317,7 +317,7 @@ jobs:
317317 - ../hack/test-templates/net-user-v2.yaml
318318 - ../hack/test-templates/test-misc.yaml # TODO: merge net-user-v2 into test-misc
319319 steps :
320- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
320+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
321321 with :
322322 # 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"
323323 fetch-depth : 0
@@ -367,7 +367,7 @@ jobs:
367367 matrix :
368368 colima-version : ["v0.6.5"]
369369 steps :
370- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
370+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
371371 with :
372372 # fetch-depth is set to 0 to let `limactl --version` print semver-ish version
373373 fetch-depth : 0
@@ -414,7 +414,7 @@ jobs:
414414 runs-on : macos-15-large # Intel
415415 timeout-minutes : 120
416416 steps :
417- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
417+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
418418 with :
419419 fetch-depth : 0
420420 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -469,12 +469,12 @@ jobs:
469469 matrix :
470470 oldver : ["v0.15.1"] # The default VM type was always QEMU until Lima v1.0
471471 steps :
472- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
472+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
473473 with :
474474 # 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"
475475 fetch-depth : 0
476476 - name : Fetch homebrew-core commit messages
477- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
477+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
478478 with :
479479 # needed by ./hack/brew-install-version.sh
480480 repository : homebrew/homebrew-core
@@ -514,7 +514,7 @@ jobs:
514514 template :
515515 - default.yaml
516516 steps :
517- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
517+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
518518 with :
519519 fetch-depth : 0
520520 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -549,7 +549,7 @@ jobs:
549549 runs-on : macos-15-large # Intel
550550 timeout-minutes : 30
551551 steps :
552- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
552+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
553553 with :
554554 fetch-depth : 0
555555 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
@@ -576,7 +576,7 @@ jobs:
576576 runs-on : ubuntu-24.04
577577 timeout-minutes : 30
578578 steps :
579- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
579+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
580580 with :
581581 # 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"
582582 fetch-depth : 0
@@ -591,7 +591,7 @@ jobs:
591591 runs-on : ubuntu-22.04 # QEMU 6.2
592592 timeout-minutes : 30
593593 steps :
594- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
594+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
595595 with :
596596 # 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"
597597 fetch-depth : 0
0 commit comments