We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b6bc6 commit 812a649Copy full SHA for 812a649
.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
99
fetch-depth: 0
100
101
- name: Cache pip packages
102
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
103
with:
104
path: ~/.cache/pip
105
key: ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
@@ -173,7 +173,7 @@ jobs:
173
174
175
176
177
178
179
0 commit comments