Skip to content

Commit d8453bf

Browse files
committed
ci: upgrade to action v0.1.0-dev.2
1 parent f12e0e3 commit d8453bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Run Contractual PR Check
21-
uses: contractual-dev/action@v0.1.0-dev.1
21+
uses: contractual-dev/action@v0.1.0-dev.2
2222
with:
2323
mode: pr-check
2424
fail-on-breaking: 'true'

.github/workflows/release.yml

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

2121
- name: Release Contracts
2222
id: release
23-
uses: contractual-dev/action@v0.1.0-dev.1
23+
uses: contractual-dev/action@v0.1.0-dev.2
2424
with:
2525
mode: release
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)