Skip to content

Commit 978f598

Browse files
chore(deps): update actions/cache digest to 8b402f5 (#3760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbca9cb commit 978f598

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Load cached venv
5252
id: cached-poetry-dependencies
53-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
53+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
5454
with:
5555
path: .venv
5656
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
@@ -129,7 +129,7 @@ jobs:
129129
id: yarn-cache-dir-path
130130
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
131131

132-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
132+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
133133
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
134134
with:
135135
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)