Skip to content

Commit 24f23a9

Browse files
committed
ci: Update knope action
1 parent eda4629 commit 24f23a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
git_user_signingkey: true
1919
git_commit_gpgsign: true
2020
git_push_gpgsign: false
21-
- uses: knope-dev/action@v1
21+
- uses: knope-dev/action@v2.0.0
2222
with:
2323
version: 0.11.0
2424
- run: knope release

.github/workflows/release_dry_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
token: ${{ secrets.PAT }}
16-
- uses: knope-dev/action@v1
16+
- uses: knope-dev/action@v2.0.0
1717
with:
1818
version: 0.11.0
1919
- run: knope release --dry-run

0 commit comments

Comments
 (0)