We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b363ca + 89d0d09 commit da0ab63Copy full SHA for da0ab63
.github/workflows/ci.yaml
@@ -143,7 +143,7 @@ jobs:
143
# https://github.com/docker/build-push-action/issues/252
144
# https://github.com/moby/buildkit/issues/1896
145
- name: Cache container layers
146
- uses: actions/cache@v3
+ uses: actions/cache@v4
147
with:
148
path: /tmp/.buildx-cache
149
key: ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
@@ -168,7 +168,7 @@ jobs:
168
169
# Cache pip downloads
170
- name: Cache pip downloads
171
172
173
path: /tmp/pip-cache
174
key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
0 commit comments