Skip to content

Commit 128d579

Browse files
chore(deps): bump actions/cache from 3 to 4 in /clang-tidy
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fda06fe commit 128d579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tidy/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383

8484
- name: Restore build files from cache
8585
id: restore-build-files
86-
uses: actions/cache@v3
86+
uses: actions/cache@v4
8787
with:
8888
path: |
8989
./build

0 commit comments

Comments
 (0)