Skip to content

Commit

Permalink
build(deps): bump fizyk/actions-reuse from 2.5.0 to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merger-application[bot] authored Feb 9, 2025
2 parents e1f1460 + 8861899 commit aff3d56
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
automerge:
uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.5.0
uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.6.0
secrets:
app_id: ${{ secrets.MERGE_APP_ID }}
private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
build:
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.5.0
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.6.0
2 changes: 1 addition & 1 deletion .github/workflows/dockerised-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run test noproc fixture on docker
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.5.0
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.6.0
with:
python-version: ${{ matrix.python-version }}
command: pytest -n 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:

jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.5.0
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.6.0
with:
pre-commit: true
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.5.0
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.6.0
with:
python-version: "3.13"
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
towncrier:
runs-on: ubuntu-latest
if: ${{ !contains(fromJSON('["dependabot[bot]","pre-commit-ci[bot]"]'), github.actor) }}
steps:
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.5.0
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.6.0
with:
python-version: "3.13"
command: towncrier check --compare-with origin/main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- v*
jobs:
build-n-publish:
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.5.0
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.6.0
with:
publish: true
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/single-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
if: ${{ contains(inputs.python-versions, 'pypy') }}
run: sudo apt install libpq5
- name: Run test
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.5.0
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.6.0
with:
python-version: ${{ matrix.python-version }}
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/pipenv@v2.5.0
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.6.0
with:
python-version: ${{ matrix.python-version }}
command: py.test -n 1 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
Expand Down

0 comments on commit aff3d56

Please sign in to comment.