Skip to content

Commit 779632b

Browse files
committed
chore(tooling): migrate to vergil v2.1
Bump vergil dependency, workflow refs (ci.yml x5, cd.yml x2), and .claude marketplace ref from v2.0 to v2.1. Refs #316
1 parent f7e5ea6 commit 779632b

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

.claude/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"vergil-marketplace": {
2222
"source": {
2323
"source": "github",
24-
"repo": "vergil-project/vergil-claude-plugin"
24+
"repo": "vergil-project/vergil-claude-plugin",
25+
"ref": "v2.1"
2526
}
2627
}
2728
},

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
docs:
17-
uses: vergil-project/vergil-actions/.github/workflows/cd-docs.yml@v2.0
17+
uses: vergil-project/vergil-actions/.github/workflows/cd-docs.yml@v2.1
1818
with:
1919
pre-deploy-command: >-
2020
git clone --depth 1 --branch develop
@@ -25,7 +25,7 @@ jobs:
2525

2626
release:
2727
if: github.ref == 'refs/heads/main'
28-
uses: vergil-project/vergil-actions/.github/workflows/cd-release.yml@v2.0
28+
uses: vergil-project/vergil-actions/.github/workflows/cd-release.yml@v2.1
2929
with:
3030
language: java
3131
container-tag: "17"

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333

3434
jobs:
3535
audit:
36-
uses: vergil-project/vergil-actions/.github/workflows/ci-audit.yml@v2.0
36+
uses: vergil-project/vergil-actions/.github/workflows/ci-audit.yml@v2.1
3737
with:
3838
language: java
3939
versions: ${{ inputs.java-versions || '["17", "21"]' }}
@@ -84,13 +84,13 @@ jobs:
8484
run: ./mvnw verify -B
8585

8686
quality:
87-
uses: vergil-project/vergil-actions/.github/workflows/ci-quality.yml@v2.0
87+
uses: vergil-project/vergil-actions/.github/workflows/ci-quality.yml@v2.1
8888
with:
8989
language: java
9090
versions: ${{ inputs.java-versions || '["17", "21"]' }}
9191

9292
security:
93-
uses: vergil-project/vergil-actions/.github/workflows/ci-security.yml@v2.0
93+
uses: vergil-project/vergil-actions/.github/workflows/ci-security.yml@v2.1
9494
with:
9595
language: java
9696
run-standards: ${{ inputs.run-release != 'false' }}
@@ -100,14 +100,14 @@ jobs:
100100
security-events: write
101101

102102
test:
103-
uses: vergil-project/vergil-actions/.github/workflows/ci-test.yml@v2.0
103+
uses: vergil-project/vergil-actions/.github/workflows/ci-test.yml@v2.1
104104
with:
105105
language: java
106106
versions: ${{ inputs.java-versions || '["17", "21"]' }}
107107
container-suffix: java
108108

109109
version:
110-
uses: vergil-project/vergil-actions/.github/workflows/ci-version-bump.yml@v2.0
110+
uses: vergil-project/vergil-actions/.github/workflows/ci-version-bump.yml@v2.1
111111
with:
112112
language: java
113113
run-release: ${{ inputs.run-release != 'false' }}

vergil.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ release = true
1717
docs = true
1818

1919
[dependencies]
20-
vergil = "v2.0"
20+
vergil = "v2.1"

0 commit comments

Comments
 (0)