File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
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
16
16
secrets :
17
17
app_id : ${{ secrets.MERGE_APP_ID }}
18
18
private_key : ${{ secrets.MERGE_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
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
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
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
12
12
with :
13
13
ruff : true
14
14
black : true
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
steps :
11
11
- name : Check out repository
12
12
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
14
14
with :
15
15
python-version : " 3.12"
16
16
command : tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
17
17
towncrier :
18
18
runs-on : ubuntu-latest
19
19
if : ${{ github.actor != 'dependabot[bot]' }}
20
20
steps :
21
- - uses : fizyk/actions-reuse/.github/actions/pipenv@v2.4.4
21
+ - uses : fizyk/actions-reuse/.github/actions/pipenv@v2.4.7
22
22
with :
23
23
python-version : " 3.12"
24
24
command : towncrier check --compare-with origin/main
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
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
10
10
with :
11
11
publish : true
12
12
secrets :
You can’t perform that action at this time.
0 commit comments