2020 name : Generate Version List
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 with :
2525 persist-credentials : false
2626
@@ -43,12 +43,12 @@ jobs:
4343 runner :
4444 # Github's ubuntu-latest runners use 24.04. By default Ubicloud's runners use 22.04.
4545 # We therefore explicitly request 24.04 for them as well.
46- - {name: "ubuntu-latest", arch: "amd64"}
47- - {name: "ubicloud-standard-8-arm-ubuntu-2404", arch: "arm64"}
46+ - { name: "ubuntu-latest", arch: "amd64" }
47+ - { name: "ubicloud-standard-8-arm-ubuntu-2404", arch: "arm64" }
4848 versions : ${{ fromJson(needs.generate_matrix.outputs.versions) }}
4949 steps :
5050 - name : Checkout Repository
51- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5252 with :
5353 persist-credentials : false
5454
6161 with :
6262 product-version : ${{ matrix.versions }}
6363 boil-config-file : smoke/boil.toml
64- boil-version : 0.1.0
64+ boil-version : latest
6565 registry-namespace : stackable
6666 extra-tag-data : pr-321
6767 product-name : smoke
8787 versions : ${{ fromJson(needs.generate_matrix.outputs.versions) }}
8888 steps :
8989 - name : Checkout Repository
90- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
90+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9191 with :
9292 persist-credentials : false
9393
@@ -107,7 +107,7 @@ jobs:
107107 if : failure() || github.run_attempt > 1
108108 steps :
109109 - name : Checkout Repository
110- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
111111 with :
112112 persist-credentials : false
113113
0 commit comments