Skip to content

Commit 5e17eb3

Browse files
chore(deps): update dependency knope to v0.13.0 (#882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce628bb commit 5e17eb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/preview_release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config user.email github-actions@github.com
1818
- uses: knope-dev/action@v2.0.0
1919
with:
20-
version: 0.12.0
20+
version: 0.13.0
2121
- run: knope prepare-release --verbose
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.PAT }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: Install Knope
1414
uses: knope-dev/action@v2.0.0
1515
with:
16-
version: 0.12.0
16+
version: 0.13.0
1717
- run: knope prepare-release --dry-run

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Knope
1818
uses: knope-dev/action@v2.0.0
1919
with:
20-
version: 0.12.0
20+
version: 0.13.0
2121
- name: Install Poetry
2222
run: pip install --upgrade poetry
2323
- name: Push to PyPI

0 commit comments

Comments
 (0)