Skip to content

Commit 302cd02

Browse files
chore(deps): update dependency knope to v0.7.1 (#733)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13af4f8 commit 302cd02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- name: Install Knope
1717
uses: knope-dev/action@v1
1818
with:
19-
version: 0.6.2
19+
version: 0.7.1
2020
- run: knope release --dry-run

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Knope
2424
uses: knope-dev/action@v1
2525
with:
26-
version: 0.6.2
26+
version: 0.7.1
2727
- name: Bump Version & Create GitHub Release
2828
run: knope release
2929
env:

0 commit comments

Comments
 (0)