We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df7d7a6 + 83cafc8 commit 6bc8c99Copy full SHA for 6bc8c99
.github/workflows/publish.yml
@@ -80,7 +80,7 @@ jobs:
80
"dir=$(pip cache dir)" >> $env:GITHUB_OUTPUT
81
82
- name: Cache python dependencies
83
- uses: actions/cache@v3
+ uses: actions/cache@v4
84
with:
85
path: ${{ steps.pip-cache.outputs.dir || steps.pip-cache-win.outputs.dir }}
86
key: ${{ runner.os }}-pip-${{ matrix.python-version }}
@@ -99,7 +99,7 @@ jobs:
99
shell: python
100
101
- name: Cache cibuildwheel tools
102
103
104
path: ${{ steps.cibuildwheel-cache.outputs.dir }}
105
key: ${{ runner.os }}-cibuildwheel-${{ matrix.python-version }}
0 commit comments