Skip to content

Commit 98bd21e

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update actions/cache digest to 6849a64
1 parent 2f86840 commit 98bd21e

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
@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0
9999

100100
- name: Cache pip packages
101-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
101+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
102102
with:
103103
path: ~/.cache/pip
104104
key: ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
@@ -172,7 +172,7 @@ jobs:
172172
fetch-depth: 0
173173

174174
- name: Cache pip packages
175-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
175+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
176176
with:
177177
path: ~/.cache/pip
178178
key: ${{ github.workflow }}-pip-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)