Skip to content

Commit cc2a609

Browse files
build(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf7aa90 commit cc2a609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
- name: Cache LLVM C++ libraries (MSAN)
264264
if: contains(matrix.name, 'MSAN') && startsWith(matrix.compiler, 'clang')
265265
id: cache-llvm
266-
uses: actions/cache@v5
266+
uses: actions/cache@v6
267267
with:
268268
path: |
269269
${{ env.LLVM_BUILD_DIR }}/lib

0 commit comments

Comments
 (0)