Skip to content

Commit 9e688a1

Browse files
build(deps): bump fizyk/actions-reuse from 3.0.2 to 3.1.0
2 parents 4f82c8c + 336b2c0 commit 9e688a1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.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.2
16+
uses: fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v3.1.0
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.2
11+
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.1.0

.github/workflows/dockerised-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v4
5252
- name: Run test noproc fixture on docker
53-
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.0.2
53+
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.1.0
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
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.2
9+
uses: fizyk/actions-reuse/.github/workflows/shared-pr-check.yml@v3.1.0

.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.2
12+
uses: fizyk/actions-reuse/.github/workflows/shared-pre-commit.yml@v3.1.0

.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.2
8+
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v3.1.0
99
with:
1010
publish: true
1111
secrets:

0 commit comments

Comments
 (0)