Skip to content

Commit 812a649

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update actions/cache digest to 1bd1e32
1 parent e5b6bc6 commit 812a649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Cache pip packages
102-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
102+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
103103
with:
104104
path: ~/.cache/pip
105105
key: ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
@@ -173,7 +173,7 @@ jobs:
173173
fetch-depth: 0
174174

175175
- name: Cache pip packages
176-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
176+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
177177
with:
178178
path: ~/.cache/pip
179179
key: ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)