Skip to content

Commit 3a326f1

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 b7115df commit 3a326f1

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
@@ -137,7 +137,7 @@ jobs:
137137
# https://github.com/docker/build-push-action/issues/252
138138
# https://github.com/moby/buildkit/issues/1896
139139
- name: Cache container layers
140-
uses: actions/cache@v3
140+
uses: actions/cache@v4
141141
with:
142142
path: /tmp/.buildx-cache
143143
key: ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
@@ -162,7 +162,7 @@ jobs:
162162
163163
# Cache pip downloads
164164
- name: Cache pip downloads
165-
uses: actions/cache@v3
165+
uses: actions/cache@v4
166166
with:
167167
path: /tmp/pip-cache
168168
key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)