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.
1 parent bc5bb4c commit 5442fdfCopy full SHA for 5442fdf
.github/workflows/ci.yaml
@@ -131,7 +131,7 @@ jobs:
131
# https://github.com/docker/build-push-action/issues/252
132
# https://github.com/moby/buildkit/issues/1896
133
- name: Cache container layers
134
- uses: actions/cache@v3
+ uses: actions/cache@v4
135
with:
136
path: /tmp/.buildx-cache
137
key: ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
@@ -156,7 +156,7 @@ jobs:
156
157
# Cache pip downloads
158
- name: Cache pip downloads
159
160
161
path: /tmp/pip-cache
162
key: nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('**/pyproject.toml') }}
0 commit comments