Skip to content

Commit 5442fdf

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 bc5bb4c commit 5442fdf

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
@@ -131,7 +131,7 @@ jobs:
131131
# https://github.com/docker/build-push-action/issues/252
132132
# https://github.com/moby/buildkit/issues/1896
133133
- name: Cache container layers
134-
uses: actions/cache@v3
134+
uses: actions/cache@v4
135135
with:
136136
path: /tmp/.buildx-cache
137137
key: ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
@@ -156,7 +156,7 @@ jobs:
156156
157157
# Cache pip downloads
158158
- name: Cache pip downloads
159-
uses: actions/cache@v3
159+
uses: actions/cache@v4
160160
with:
161161
path: /tmp/pip-cache
162162
key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)