Skip to content

Commit 17aa304

Browse files
committed
Update all inter-workflow refs to v8
1 parent 0aa2c7f commit 17aa304

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Generate Deployment Target Matrix
9393
id: target
94-
uses: access-nri/build-cd/.github/actions/get-target-matrix@v6
94+
uses: access-nri/build-cd/.github/actions/get-target-matrix@v8
9595
with:
9696
targets: ${{ vars.RELEASE_DEPLOYMENT_TARGETS }}
9797

@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
repository: access-nri/build-cd
110110

111-
- uses: access-nri/build-cd/.github/actions/validate-deployment-settings@v6
111+
- uses: access-nri/build-cd/.github/actions/validate-deployment-settings@v8
112112
with:
113113
settings-path: ./config/settings.json
114114
target: ${{ matrix.target }}
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Get root spec ref
128128
id: tag
129-
uses: access-nri/build-cd/.github/actions/get-spack-root-spec@v6
129+
uses: access-nri/build-cd/.github/actions/get-spack-root-spec@v8
130130
with:
131131
spack-manifest-path: ${{ inputs.spack-manifest-path }}
132132

@@ -180,7 +180,7 @@ jobs:
180180
strategy:
181181
matrix:
182182
target: ${{ fromJson(needs.defaults.outputs.targets) }}
183-
uses: access-nri/build-cd/.github/workflows/deploy-1-setup.yml@v6
183+
uses: access-nri/build-cd/.github/workflows/deploy-1-setup.yml@v8
184184
with:
185185
deployment-target: ${{ matrix.target }}
186186
deployment-ref: ${{ github.ref_name }}

.github/workflows/ci-closed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Generate Deployment Target Matrix
4040
id: target
41-
uses: access-nri/build-cd/.github/actions/get-target-matrix@v6
41+
uses: access-nri/build-cd/.github/actions/get-target-matrix@v8
4242
with:
4343
targets: ${{ vars.PRERELEASE_DEPLOYMENT_TARGETS }}
4444

@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
target: ${{ fromJson(needs.setup.outputs.targets) }}
5252
fail-fast: false
53-
uses: access-nri/build-cd/.github/workflows/undeploy-1-start.yml@v6
53+
uses: access-nri/build-cd/.github/workflows/undeploy-1-start.yml@v8
5454
with:
5555
version-pattern: ${{ inputs.root-sbd }}-pr${{ github.event.pull_request.number }}-*
5656
target: ${{ matrix.target }}

.github/workflows/ci-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Original version
7575
id: original
76-
uses: access-nri/build-cd/.github/actions/get-spack-root-spec@v6
76+
uses: access-nri/build-cd/.github/actions/get-spack-root-spec@v8
7777

7878
- name: Setup
7979
id: setup

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Generate Deployment Target Matrix
155155
id: target
156-
uses: access-nri/build-cd/.github/actions/get-target-matrix@v6
156+
uses: access-nri/build-cd/.github/actions/get-target-matrix@v8
157157
with:
158158
targets: ${{ vars.PRERELEASE_DEPLOYMENT_TARGETS }}
159159

@@ -217,7 +217,7 @@ jobs:
217217
matrix:
218218
# Example: ['Gadi', 'Setonix', ...]
219219
target: ${{ fromJson(needs.defaults.outputs.targets) }}
220-
uses: access-nri/build-cd/.github/workflows/deploy-1-setup.yml@v6
220+
uses: access-nri/build-cd/.github/workflows/deploy-1-setup.yml@v8
221221
with:
222222
deployment-target: ${{ matrix.target }}
223223
deployment-ref: ${{ needs.defaults.outputs.head-ref }}

.github/workflows/deploy-1-setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}

.github/workflows/deploy-2-start.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Get ${{ inputs.deployment-target }} ${{ inputs.deployment-type }} Remote Paths
8787
id: path
88-
uses: access-nri/build-cd/.github/actions/get-deploy-paths@v6
88+
uses: access-nri/build-cd/.github/actions/get-deploy-paths@v8
8989
with:
9090
spack-installs-root-path: ${{ vars.SPACK_INSTALLS_ROOT_LOCATION }}
9191
spack-version: ${{ steps.versions.outputs.spack }}
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Get manifest info
9797
id: manifest
98-
uses: access-nri/build-cd/.github/actions/get-spack-root-spec@v6
98+
uses: access-nri/build-cd/.github/actions/get-spack-root-spec@v8
9999
with:
100100
spack-manifest-path: ${{ inputs.spack-manifest-path }}
101101

.github/workflows/settings-1-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Validate Deployment Settings
5555
id: validate
56-
uses: access-nri/build-cd/.github/actions/validate-deployment-settings@v6
56+
uses: access-nri/build-cd/.github/actions/validate-deployment-settings@v8
5757
with:
5858
settings-path: ${{ env.CONFIG_SETTINGS_PATH }}
5959
target: ${{ matrix.target }}
@@ -146,7 +146,7 @@ jobs:
146146
# - deployment-environment: Gadi
147147
# type: Prerelease
148148
# etc ...
149-
uses: access-nri/build-cd/.github/workflows/settings-2-deploy.yml@v6
149+
uses: access-nri/build-cd/.github/workflows/settings-2-deploy.yml@v8
150150
with:
151151
deployment-environment: ${{ matrix.update.deployment-environment }}
152152
spack-type: ${{ matrix.update.type }}

.github/workflows/undeploy-1-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Get ${{ inputs.target }} Remote Paths
5050
id: path
51-
uses: access-nri/build-cd/.github/actions/get-deploy-paths@v6
51+
uses: access-nri/build-cd/.github/actions/get-deploy-paths@v8
5252
with:
5353
spack-installs-root-path: ${{ vars.SPACK_INSTALLS_ROOT_LOCATION }}
5454
spack-version: ${{ steps.versions.outputs.spack }}

0 commit comments

Comments
 (0)