Skip to content

Commit fcbdf42

Browse files
chore(deps): update dependency knope to v0.11.1
1 parent 107d0c0 commit fcbdf42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Knope
2727
uses: knope-dev/action@v2.0.0
2828
with:
29-
version: 0.11.0
29+
version: 0.11.1
3030
- name: Bump Version & Create GitHub Release
3131
run: knope release --prerelease-label="${{ github.event.inputs.label }}"
3232
env:

.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@v2.0.0
1818
with:
19-
version: 0.11.0
19+
version: 0.11.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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Knope
2121
uses: knope-dev/action@v2.0.0
2222
with:
23-
version: 0.11.0
23+
version: 0.11.1
2424
- name: Bump Version & Create GitHub Release
2525
run: knope release
2626
env:

0 commit comments

Comments
 (0)