Skip to content

Commit 4c7238e

Browse files
committed
Bump
1 parent cb4b2ee commit 4c7238e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pyproject.toml
2121
sparse-checkout-cone-mode: false
2222

23-
- uses: autopub/autopub-action@v1.1.0
23+
- uses: autopub/autopub-action@v1.1.1
2424
with:
2525
command: check
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: autopub/autopub-action@v1.1.0
20+
- uses: autopub/autopub-action@v1.1.1
2121
id: check
2222
with:
2323
command: check
@@ -33,15 +33,15 @@ jobs:
3333
fetch-depth: 0
3434
token: ${{ github.token }}
3535

36-
- uses: autopub/autopub-action@v1.1.0
36+
- uses: autopub/autopub-action@v1.1.1
3737
with:
3838
command: prepare
3939

40-
- uses: autopub/autopub-action@v1.1.0
40+
- uses: autopub/autopub-action@v1.1.1
4141
with:
4242
command: build
4343

44-
- uses: autopub/autopub-action@v1.1.0
44+
- uses: autopub/autopub-action@v1.1.1
4545
with:
4646
command: publish
4747
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)