@@ -157,14 +157,14 @@ jobs:
157157
158158 - name : Validate spack-packages version
159159 id : spack-packages
160- uses : access-nri/build-cd/.github/actions/validate-repo-version@v5
160+ uses : access-nri/build-cd/.github/actions/validate-repo-version@v6
161161 with :
162162 repo-to-check : spack-packages
163163 pr : ${{ inputs.deployment-ref }}
164164
165165 - name : Validate spack version
166166 id : spack
167- uses : access-nri/build-cd/.github/actions/validate-repo-version@v5
167+ uses : access-nri/build-cd/.github/actions/validate-repo-version@v6
168168 with :
169169 repo-to-check : spack
170170 pr : ${{ inputs.deployment-ref }}
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : Validate build-cd config/settings.json
197197 id : settings
198- uses : access-nri/build-cd/.github/actions/validate-deployment-settings@v5
198+ uses : access-nri/build-cd/.github/actions/validate-deployment-settings@v6
199199 with :
200200 settings-path : ./cd/config/settings.json
201201 target : ${{ inputs.deployment-target }}
@@ -230,7 +230,7 @@ jobs:
230230
231231 - name : Get current (${{ inputs.deployment-ref }}) root spec version
232232 id : current
233- uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v5
233+ uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v6
234234 with :
235235 spack-manifest-path : ${{ inputs.spack-manifest-path }}
236236
@@ -269,7 +269,7 @@ jobs:
269269 - name : Get base root spec version
270270 id : base
271271 if : inputs.deployment-type != 'Release' && steps.checkout-base-spack.outcome != 'failure'
272- uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v5
272+ uses : access-nri/build-cd/.github/actions/get-spack-root-spec@v6
273273 with :
274274 spack-manifest-path : ${{ inputs.spack-manifest-path }}
275275
@@ -310,7 +310,7 @@ jobs:
310310 needs :
311311 - check-config # Verify configuration information is correct
312312 - check-spack-yaml # Verify spack manifest information is correct
313- uses : access-nri/build-cd/.github/workflows/deploy-2-start.yml@v5
313+ uses : access-nri/build-cd/.github/workflows/deploy-2-start.yml@v6
314314 with :
315315 ref : ${{ inputs.deployment-ref }}
316316 version : ${{ inputs.deployment-version }}
0 commit comments