Skip to content

Commit 9ee666e

Browse files
authored
Fix publish in CI (#12)
* fix docs build in CI * fix docs build in CI * fix publish action in CI
1 parent 23d66ae commit 9ee666e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1
15-
- uses: actions/cache@v1
15+
- uses: actions/cache@v4
1616
with:
1717
path: |
1818
~/.cache/pypoetry

0 commit comments

Comments
 (0)