Skip to content

Commit e4a1c5a

Browse files
chore(deps): update dependency knope to v0.7.3 (#764)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e8d627 commit e4a1c5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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.2
19+
version: 0.7.3
2020
- run: knope release --dry-run

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Knope
2121
uses: knope-dev/action@v1
2222
with:
23-
version: 0.7.2
23+
version: 0.7.3
2424
- name: Bump Version & Create GitHub Release
2525
run: knope release
2626
env:

0 commit comments

Comments
 (0)