We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02c685 commit 6955f1fCopy full SHA for 6955f1f
.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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
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