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