Skip to content

Commit 921b47d

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] <[email protected]>
1 parent 4af21e8 commit 921b47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
# https://github.com/docker/build-push-action/issues/252
144144
# https://github.com/moby/buildkit/issues/1896
145145
- name: Cache container layers
146-
uses: actions/cache@v3
146+
uses: actions/cache@v4
147147
with:
148148
path: /tmp/.buildx-cache
149149
key: ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
@@ -168,7 +168,7 @@ jobs:
168168
169169
# Cache pip downloads
170170
- name: Cache pip downloads
171-
uses: actions/cache@v3
171+
uses: actions/cache@v4
172172
with:
173173
path: /tmp/pip-cache
174174
key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)