Skip to content

Commit 4cf80c7

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#869)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 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 100dc2a commit 4cf80c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo "Latest CMake version is $CMAKE_VER"
130130
131131
- name: Cache CMake
132-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
132+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
133133
with:
134134
key: cmake-${{ steps.get-cmake-ver.outputs.CMAKE_VER }}-linux-x86_64
135135
path: cmake-${{ steps.get-cmake-ver.outputs.CMAKE_VER }}-linux-x86_64.tar.gz
@@ -376,7 +376,7 @@ jobs:
376376
submodules: true
377377

378378
- name: Cache CMake
379-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
379+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
380380
with:
381381
key: cmake-${{ env.CMAKE_VER }}-Linux-x86_64
382382
path: cmake-${{ env.CMAKE_VER }}-Linux-x86_64.tar.gz

0 commit comments

Comments
 (0)