Skip to content

Commit

Permalink
chore: update github actions knope version to 0.7.2 (#520)
Browse files Browse the repository at this point in the history
* chore: update github actions knope

* chore: use knope action v2.1

* fix: use knope release without gnu build, see knope-dev/action#10
  • Loading branch information
jselig-rigetti authored Dec 19, 2024
1 parent 059f907 commit d9f6539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Knope
uses: knope-dev/[email protected]
with:
version: 0.7.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
version: 0.7.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
- run: |
git config --global user.name "${{ github.triggering_actor }}"
git config --global user.email "${{ github.triggering_actor}}@users.noreply.github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Knope
uses: knope-dev/[email protected]
with:
version: 0.7.0 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
version: 0.7.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
- name: Display Pending Release
run: knope release --dry-run
env:
Expand Down

0 comments on commit d9f6539

Please sign in to comment.