Skip to content

Commit 14c445d

Browse files
committed
[no ci] Update schema versions
1 parent 7960779 commit 14c445d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-command.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
redeploy:
99
name: Redeploy
1010
if: startsWith(github.event.comment.body, '!redeploy') && github.event.issue.pull_request
11-
uses: access-nri/build-cd/.github/workflows/ci.yml@v7
11+
uses: access-nri/build-cd/.github/workflows/ci.yml@v8
1212
with:
1313
model: ${{ vars.NAME }}
1414
pr: ${{ github.event.issue.number }}
15-
spack-manifest-schema-version: 1-0-7
16-
config-versions-schema-version: 3-0-0
15+
spack-manifest-schema-version: 2-0-0
16+
config-versions-schema-version: 4-0-0
1717
config-packages-schema-version: 1-0-0
1818
root-sbd: access-esm1p6
1919
permissions:
@@ -24,7 +24,7 @@ jobs:
2424
bump:
2525
name: Bump
2626
if: startsWith(github.event.comment.body, '!bump') && github.event.issue.pull_request
27-
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v7
27+
uses: access-nri/build-cd/.github/workflows/ci-comment.yml@v8
2828
with:
2929
model: ${{ vars.NAME }}
3030
root-sbd: access-esm1p6
@@ -35,7 +35,7 @@ jobs:
3535
configs:
3636
name: Configs
3737
if: startsWith(github.event.comment.body, '!update-configs') && github.event.issue.pull_request
38-
uses: access-nri/build-cd/.github/workflows/ci-command-configs.yml@v7
38+
uses: access-nri/build-cd/.github/workflows/ci-command-configs.yml@v8
3939
with:
4040
model: ${{ vars.NAME }}
4141
auto-configs-pr-schema-version: 1-0-0

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
model: ${{ vars.NAME }}
2626
root-sbd: access-esm1p6
2727
pr: ${{ github.event.pull_request.number }}
28-
spack-manifest-schema-version: 1-0-7
29-
config-versions-schema-version: 3-0-0
28+
spack-manifest-schema-version: 2-0-0
29+
config-versions-schema-version: 4-0-0
3030
config-packages-schema-version: 1-0-0
3131
permissions:
3232
pull-requests: write

0 commit comments

Comments
 (0)