Skip to content

Commit ae6573a

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/preview_release_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config user.email [email protected]
1818
- uses: knope-dev/[email protected]
1919
with:
20-
version: 0.13.1
20+
version: 0.13.2
2121
- run: knope prepare-release --verbose
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.PAT }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: Install Knope
1414
uses: knope-dev/[email protected]
1515
with:
16-
version: 0.13.1
16+
version: 0.13.2
1717
- run: knope prepare-release --dry-run

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Knope
1818
uses: knope-dev/[email protected]
1919
with:
20-
version: 0.13.1
20+
version: 0.13.2
2121
- name: Install Poetry
2222
run: pip install --upgrade poetry
2323
- name: Push to PyPI

0 commit comments

Comments
 (0)