Skip to content

Commit 352e278

Browse files
chore(deps): bump actions/cache from 4.2.4 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c38e20 commit 352e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/entropy-beauty-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: ${{ github.event_name == 'pull_request_target' && 2 || 0 }}
2020

2121
- name: Cache pip manually
22-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
22+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2323
with:
2424
path: ~/.cache/pip
2525
key: ${{ runner.os }}-pip-entropy-${{ hashFiles('.github/workflows/compute-entropy.py') }}

0 commit comments

Comments
 (0)