@@ -148,14 +148,14 @@ jobs:
148148
149149 - name : Validate spack-packages version
150150 id : spack-packages
151- uses : access-nri/build-cd/.github/actions/validate-repo-version@v4
151+ uses : access-nri/build-cd/.github/actions/validate-repo-version@v5
152152 with :
153153 repo-to-check : spack-packages
154154 pr : ${{ inputs.deployment-ref }}
155155
156156 - name : Validate spack version
157157 id : spack
158- uses : access-nri/build-cd/.github/actions/validate-repo-version@v4
158+ uses : access-nri/build-cd/.github/actions/validate-repo-version@v5
159159 with :
160160 repo-to-check : spack
161161 pr : ${{ inputs.deployment-ref }}
@@ -186,7 +186,7 @@ jobs:
186186
187187 - name : Validate build-cd config/settings.json
188188 id : settings
189- uses : access-nri/build-cd/.github/actions/validate-deployment-settings@v4
189+ uses : access-nri/build-cd/.github/actions/validate-deployment-settings@v5
190190 with :
191191 settings-path : ./cd/config/settings.json
192192 target : ${{ inputs.deployment-target }}
@@ -221,7 +221,7 @@ jobs:
221221
222222 - name : Get current (${{ inputs.deployment-ref }}) root spec version
223223 id : current
224- uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v4
224+ uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v5
225225
226226 - name : Check root spec usage
227227 if : env.IS_NOT_DRAFT == 'true' || inputs.deployment-type == 'Release'
@@ -258,7 +258,7 @@ jobs:
258258 - name : Get base root spec version
259259 id : base
260260 if : inputs.deployment-type != 'Release' && steps.checkout-base-spack.outcome != 'failure'
261- uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v4
261+ uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v5
262262
263263 - name : Check Model Version Modified
264264 # We don't want to fire off model deployment version checks if the PR is never going to be merged.
@@ -349,7 +349,7 @@ jobs:
349349 needs :
350350 - check-config # Verify configuration information is correct
351351 - check-spack-yaml # Verify spack manifest information is correct
352- uses : access-nri/build-cd/.github/workflows/deploy-2-start.yml@v4
352+ uses : access-nri/build-cd/.github/workflows/deploy-2-start.yml@v5
353353 with :
354354 ref : ${{ inputs.deployment-ref }}
355355 version : ${{ inputs.deployment-version }}
0 commit comments