Skip to content

Commit cbedd29

Browse files
ci(deps): Bump actions/cache from 3.5.0 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 3.5.0 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.5.0...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcdb725 commit cbedd29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/health-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: 'pip'
6060

6161
- name: Cache external tools
62-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
62+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6363
id: cache-tools
6464
with:
6565
path: |

.github/workflows/hybrid-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Cache Hugging Face Models
7272
if: github.event.inputs.enable_foundation_sec == 'true'
73-
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
73+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7474
id: cache-hf-models
7575
with:
7676
path: ~/.cache/huggingface

0 commit comments

Comments
 (0)