Skip to content

Commit a0256b7

Browse files
Bump fizyk/actions-reuse from 2.4.4 to 2.4.7
2 parents b416bb1 + d75a265 commit a0256b7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/automerge.yml

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

1313
jobs:
1414
automerge:
15-
uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.4.4
15+
uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.4.7
1616
secrets:
1717
app_id: ${{ secrets.MERGE_APP_ID }}
1818
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/pypi.yml@v2.4.4
11+
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.7

.github/workflows/linters.yml

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

99
jobs:
1010
lint:
11-
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.4
11+
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.7
1212
with:
1313
ruff: true
1414
black: true

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
steps:
1111
- name: Check out repository
1212
uses: actions/checkout@v4
13-
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.4
13+
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.7
1414
with:
1515
python-version: "3.12"
1616
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
1717
towncrier:
1818
runs-on: ubuntu-latest
1919
if: ${{ github.actor != 'dependabot[bot]' }}
2020
steps:
21-
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.4
21+
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.7
2222
with:
2323
python-version: "3.12"
2424
command: towncrier check --compare-with origin/main

.github/workflows/pypi.yml

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

77
jobs:
88
build:
9-
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.4
9+
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.7
1010
with:
1111
publish: true
1212
secrets:

0 commit comments

Comments
 (0)