Skip to content

Commit 83cafc8

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df7d7a6 commit 83cafc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
"dir=$(pip cache dir)" >> $env:GITHUB_OUTPUT
8181
8282
- name: Cache python dependencies
83-
uses: actions/cache@v3
83+
uses: actions/cache@v4
8484
with:
8585
path: ${{ steps.pip-cache.outputs.dir || steps.pip-cache-win.outputs.dir }}
8686
key: ${{ runner.os }}-pip-${{ matrix.python-version }}
@@ -99,7 +99,7 @@ jobs:
9999
shell: python
100100

101101
- name: Cache cibuildwheel tools
102-
uses: actions/cache@v3
102+
uses: actions/cache@v4
103103
with:
104104
path: ${{ steps.cibuildwheel-cache.outputs.dir }}
105105
key: ${{ runner.os }}-cibuildwheel-${{ matrix.python-version }}

0 commit comments

Comments
 (0)