@@ -222,7 +222,7 @@ jobs:
222222
223223 - name : ' build-cd: Validate config/settings.json'
224224 id : settings
225- uses : access-nri/build-cd/.github/actions/validate-deployment-settings@v6
225+ uses : access-nri/build-cd/.github/actions/validate-deployment-settings@v8
226226 with :
227227 settings-path : ./cd/config/settings.json
228228 target : ${{ inputs.deployment-target }}
@@ -293,7 +293,7 @@ jobs:
293293
294294 - name : Get current (${{ inputs.deployment-ref }}) root spec version
295295 id : current
296- uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v6
296+ uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v8
297297 with :
298298 spack-manifest-path : ${{ inputs.spack-manifest-path }}
299299
@@ -332,7 +332,7 @@ jobs:
332332 - name : Get base root spec version
333333 id : base
334334 if : inputs.deployment-type != 'Release' && steps.checkout-base-spack.outcome != 'failure'
335- uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v6
335+ uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v8
336336 with :
337337 spack-manifest-path : ${{ inputs.spack-manifest-path }}
338338
@@ -373,7 +373,7 @@ jobs:
373373 needs :
374374 - check-config # Verify configuration information is correct
375375 - check-spack-yaml # Verify spack manifest information is correct
376- uses : access-nri/build-cd/.github/workflows/deploy-2-start.yml@v6
376+ uses : access-nri/build-cd/.github/workflows/deploy-2-start.yml@v8
377377 with :
378378 ref : ${{ inputs.deployment-ref }}
379379 version : ${{ inputs.deployment-version }}
0 commit comments