Skip to content

Commit 148d951

Browse files
authored
Merge pull request #167 from DeusData/dependabot/github_actions/actions/cache-5.0.4
Bump actions/cache from 4.3.0 to 5.0.4
2 parents 7bc109e + f71ea61 commit 148d951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)