Skip to content

Commit ad5102a

Browse files
chore(deps): update dependency knope to v0.7.2 (#738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae45fb5 commit ad5102a

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.7.1
19+
version: 0.7.2
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.7.1
26+
version: 0.7.2
2727
- name: Bump Version & Create GitHub Release
2828
run: knope release
2929
env:

0 commit comments

Comments
 (0)