Skip to content

Commit d9f6539

Browse files
chore: update github actions knope version to 0.7.2 (#520)
* chore: update github actions knope * chore: use knope action v2.1 * fix: use knope release without gnu build, see knope-dev/action#10
1 parent 059f907 commit d9f6539

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.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
30+
version: 0.7.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.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
19+
version: 0.7.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)