-
Notifications
You must be signed in to change notification settings - Fork 44
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.0 to 2.4.2
Bumps [fizyk/actions-reuse](https://github.com/fizyk/actions-reuse) from 2.4.0 to 2.4.2. - [Changelog](https://github.com/fizyk/actions-reuse/blob/main/Changelog.rst) - [Commits](fizyk/actions-reuse@v2.4.0...v2.4.2) --- 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
f6b0908
commit b7e182e
Showing
7 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ on: | |
|
||
jobs: | ||
automerge: | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].0 | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].2 | ||
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].0 | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].2 |
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 |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Run test noproc fixture on docker | ||
uses: fizyk/actions-reuse/.github/actions/[email protected].0 | ||
uses: fizyk/actions-reuse/.github/actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
pipenv-install-options: "--skip-lock" | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
|
||
jobs: | ||
lint: | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].0 | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].2 | ||
with: | ||
pipenv-install-options: "--skip-lock" | ||
mypy: 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,7 +10,7 @@ jobs: | |
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected].0 | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected].2 | ||
with: | ||
python-version: "3.11" | ||
pipenv-install-options: "--skip-lock" | ||
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: ${{ github.actor != 'dependabot[bot]' }} | ||
steps: | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected].0 | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected].2 | ||
with: | ||
python-version: "3.11" | ||
pipenv-install-options: "--skip-lock" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
- v* | ||
jobs: | ||
build-n-publish: | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].0 | ||
uses: fizyk/actions-reuse/.github/workflows/[email protected].2 | ||
with: | ||
publish: true | ||
secrets: | ||
|
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 |
---|---|---|
|
@@ -50,13 +50,13 @@ jobs: | |
run: | | ||
sudo locale-gen de_DE.UTF-8 | ||
- name: Run test | ||
uses: fizyk/actions-reuse/.github/actions/[email protected].0 | ||
uses: fizyk/actions-reuse/.github/actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
pipenv-install-options: "--skip-lock" | ||
command: py.test -svv -n 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml | ||
- name: Run xdist test | ||
uses: fizyk/actions-reuse/.github/actions/[email protected].0 | ||
uses: fizyk/actions-reuse/.github/actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
pipenv-install-options: "--skip-lock" | ||
|