Skip to content

Commit 06ece83

Browse files
chore(deps): update knope-dev/action action to v2.1.0 (#1026)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [knope-dev/action](https://togithub.com/knope-dev/action) | action | minor | `v2.0.0` -> `v2.1.0` | --- ### Release Notes <details> <summary>knope-dev/action (knope-dev/action)</summary> ### [`v2.1.0`](https://togithub.com/knope-dev/action/releases/tag/v2.1.0): 2.1.0 - 2024-04-14 [Compare Source](https://togithub.com/knope-dev/action/compare/v2.0.0...v2.1.0) - Print out version that's being downloaded (useful when using latest) - Fix installing Knope >= 0.16.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2928d5a commit 06ece83

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
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
git config --global user.name GitHub Actions
1717
git config user.email github-actions@github.com
18-
- uses: knope-dev/action@v2.0.0
18+
- uses: knope-dev/action@v2.1.0
1919
with:
2020
version: 0.16.1
2121
- run: knope prepare-release --verbose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 0
1212
token: ${{ secrets.GITHUB_TOKEN }}
1313
- name: Install Knope
14-
uses: knope-dev/action@v2.0.0
14+
uses: knope-dev/action@v2.1.0
1515
with:
1616
version: 0.16.1
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
fetch-depth: 0
1818
token: ${{ secrets.PAT }}
1919
- name: Install Knope
20-
uses: knope-dev/action@v2.0.0
20+
uses: knope-dev/action@v2.1.0
2121
with:
2222
version: 0.16.1
2323
- name: Install Hatchling

0 commit comments

Comments
 (0)