-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump fizyk/actions-reuse from 2.4.7 to 2.4.8
Bumps [fizyk/actions-reuse](https://github.com/fizyk/actions-reuse) from 2.4.7 to 2.4.8. - [Changelog](https://github.com/fizyk/actions-reuse/blob/main/Changelog.rst) - [Commits](fizyk/actions-reuse@v2.4.7...v2.4.8) --- updated-dependencies: - dependency-name: fizyk/actions-reuse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
90164e9
commit 68cb435
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
|
||
jobs: | ||
automerge: | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].7 | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].8 | ||
secrets: | ||
app_id: ${{ secrets.MERGE_APP_ID }} | ||
private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ on: | |
|
||
jobs: | ||
build: | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].7 | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
|
||
jobs: | ||
lint: | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].7 | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].8 | ||
with: | ||
ruff: true | ||
black: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,15 @@ jobs: | |
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected].7 | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected].8 | ||
with: | ||
python-version: "3.12" | ||
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x" | ||
towncrier: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
steps: | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected].7 | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected].8 | ||
with: | ||
python-version: "3.12" | ||
command: towncrier check --compare-with origin/main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
|
||
jobs: | ||
build: | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].7 | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].8 | ||
with: | ||
publish: true | ||
secrets: | ||
|