Skip to content

Commit f005fba

Browse files
build(deps): bump fizyk/actions-reuse from 3.0.1 to 3.0.2
2 parents b292a07 + b31add3 commit f005fba

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
automerge:
16-
uses: fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v3.0.1
16+
uses: fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v3.0.2
1717
secrets:
1818
app_id: ${{ secrets.MERGE_APP_ID }}
1919
private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
build:
11-
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.0.1
11+
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.0.2

.github/workflows/dockerised-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
- name: Run test noproc fixture on docker
57-
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.0.1
57+
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.0.2
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
command: pytest -n 0 --max-worker-restart 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
pr-check:
9-
uses: fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.0.1
9+
uses: fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.0.2

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
pre-commit:
12-
uses: fizyk/actions-reuse/.github/workflows/shared-pre-commit.yml@v3.0.1
12+
uses: fizyk/actions-reuse/.github/workflows/shared-pre-commit.yml@v3.0.2

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- v*
66
jobs:
77
build-n-publish:
8-
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.0.1
8+
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.0.2
99
with:
1010
publish: true
1111
secrets:

.github/workflows/single-postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
if: ${{ contains(inputs.python-versions, 'pypy') }}
5454
run: sudo apt install libpq5
5555
- name: Run test
56-
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.0.1
56+
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.0.2
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959
command: py.test -svv -p no:xdist --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml
6060
- name: Run xdist test
61-
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.0.1
61+
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.0.2
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
command: py.test -n auto --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml

0 commit comments

Comments
 (0)