Skip to content

Commit 2d560e0

Browse files
Build(deps): Bump actions/cache in /.github/actions/tools-deps
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfae682 commit 2d560e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/tools-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
- name: Cache LLVM
1919
id: cache-llvm
2020
if: runner.os == 'Windows'
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: ${{ runner.temp }}/llvm
2424
key: llvm-14.0-${{ runner.os }}

0 commit comments

Comments
 (0)