Skip to content

Commit f3cb1c9

Browse files
merge: build(deps): bump actions/cache from 4 to 5 in /.github/workflows (#269)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39a6e7d commit f3cb1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ jobs:
516516
- name: Restore LLVM from cache
517517
if: startsWith(matrix.config.name, 'Windows Clang')
518518
id: llvm-cache
519-
uses: actions/cache@v4
519+
uses: actions/cache@v5
520520
with:
521521
path: C:/Program Files/LLVM
522522
key: 'llvm-llvm-project-relid-${{ env.LLVM_RELID }}'

0 commit comments

Comments
 (0)