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 93758e2 commit 9216b21Copy full SHA for 9216b21
.github/workflows/check.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
ref: ${{ github.event.pull_request.head.sha }}
16
fetch-depth: 0
17
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
18
19
path: |
20
~/.cache/pip
@@ -74,7 +74,7 @@ jobs:
74
# on older versions (e.g. 3.5) that do not have pypi.org CA certs in
75
# baseline pip's chain
76
PIP_CERT: /etc/ssl/certs/ca-certificates.crt
77
78
79
80
0 commit comments