Skip to content

Commit 19bf3c7

Browse files
chore(deps): update dependency knope to v0.16.2
1 parent f4b2c17 commit 19bf3c7

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.1.0
1919
with:
20-
version: 0.16.1
20+
version: 0.16.2
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.1.0
1515
with:
16-
version: 0.16.1
16+
version: 0.16.2
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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Knope
2020
uses: knope-dev/action@v2.1.0
2121
with:
22-
version: 0.16.1
22+
version: 0.16.2
2323
- name: Install Hatchling
2424
run: pip install --upgrade hatchling
2525
- name: Build

0 commit comments

Comments
 (0)