Skip to content

Commit da0ab63

Browse files
Merge pull request #4 from frequenz-floss/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 5b363ca + 89d0d09 commit da0ab63

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)