Skip to content

Commit f71ea61

Browse files
Bump actions/cache from 4.3.0 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 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@0057852...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 a7d6403 commit f71ea61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt-get update
4343
sudo apt-get install -y clang-format-20
4444
45-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
45+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4646
id: cppcheck-cache
4747
with:
4848
path: /opt/cppcheck

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sudo apt-get update
4545
sudo apt-get install -y clang-format-20
4646
47-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
47+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4848
id: cppcheck-cache
4949
with:
5050
path: /opt/cppcheck

0 commit comments

Comments
 (0)