Skip to content

Commit 40dfb93

Browse files
authored
chore: use the same knope version that we use for private repos (#562)
1 parent d9cee54 commit 40dfb93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Knope
2828
uses: knope-dev/[email protected]
2929
with:
30-
version: 0.7.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
30+
version: 0.19.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
3131
- run: |
3232
git config --global user.name "${{ github.triggering_actor }}"
3333
git config --global user.email "${{ github.triggering_actor}}@users.noreply.github.com"

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Knope
1717
uses: knope-dev/[email protected]
1818
with:
19-
version: 0.7.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
19+
version: 0.19.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
2020
- name: Display Pending Release
2121
run: knope release --dry-run
2222
env:

0 commit comments

Comments
 (0)