@@ -177,14 +177,14 @@ jobs:
177177
178178 - name : Validate spack-packages version
179179 id : spack-packages
180- uses : access-nri/build-cd/.github/actions/validate-repo-version@v6
180+ uses : access-nri/build-cd/.github/actions/validate-repo-version@v7
181181 with :
182182 repo-to-check : spack-packages
183183 pr : ${{ inputs.deployment-ref }}
184184
185185 - name : Validate spack version
186186 id : spack
187- uses : access-nri/build-cd/.github/actions/validate-repo-version@v6
187+ uses : access-nri/build-cd/.github/actions/validate-repo-version@v7
188188 with :
189189 repo-to-check : spack
190190 pr : ${{ inputs.deployment-ref }}
@@ -215,7 +215,7 @@ jobs:
215215
216216 - name : Validate build-cd config/settings.json
217217 id : settings
218- uses : access-nri/build-cd/.github/actions/validate-deployment-settings@v6
218+ uses : access-nri/build-cd/.github/actions/validate-deployment-settings@v7
219219 with :
220220 settings-path : ./cd/config/settings.json
221221 target : ${{ inputs.deployment-target }}
@@ -250,7 +250,7 @@ jobs:
250250
251251 - name : Get current (${{ inputs.deployment-ref }}) root spec version
252252 id : current
253- uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v6
253+ uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v7
254254 with :
255255 spack-manifest-path : ${{ inputs.spack-manifest-path }}
256256
@@ -289,7 +289,7 @@ jobs:
289289 - name : Get base root spec version
290290 id : base
291291 if : inputs.deployment-type != 'Release' && steps.checkout-base-spack.outcome != 'failure'
292- uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v6
292+ uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v7
293293 with :
294294 spack-manifest-path : ${{ inputs.spack-manifest-path }}
295295
@@ -330,7 +330,7 @@ jobs:
330330 needs :
331331 - check-config # Verify configuration information is correct
332332 - check-spack-yaml # Verify spack manifest information is correct
333- uses : access-nri/build-cd/.github/workflows/deploy-2-start.yml@v6
333+ uses : access-nri/build-cd/.github/workflows/deploy-2-start.yml@v7
334334 with :
335335 ref : ${{ inputs.deployment-ref }}
336336 version : ${{ inputs.deployment-version }}
0 commit comments