From bb17ce4a101929a8f0849b221c2fd6b04d727b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 08:14:07 +0000 Subject: [PATCH] ci: bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...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] --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf044e0..120e1d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v7 - name: Cache vcpkg - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ${{ env.VCPKG_ROOT }} @@ -51,7 +51,7 @@ jobs: vcpkgJsonGlob: "vcpkg.json" - name: Cache CMake build - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ${{ env.BUILD_DIR }} key: ${{ matrix.os }}-${{ matrix.build_type }}-cmake-${{ hashFiles('CMakeLists.txt', '**/CMakeLists.txt') }} @@ -122,7 +122,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y clang-tidy - name: Cache vcpkg - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ${{ env.VCPKG_ROOT }} @@ -167,7 +167,7 @@ jobs: uses: actions/checkout@v7 - name: Cache vcpkg - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ${{ env.VCPKG_ROOT }} @@ -218,7 +218,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y gcovr - name: Cache vcpkg - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ${{ env.VCPKG_ROOT }} @@ -313,7 +313,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y autoconf autoconf-archive automake libtool - name: Cache vcpkg - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ${{ env.VCPKG_ROOT }} @@ -364,7 +364,7 @@ jobs: uses: actions/checkout@v7 - name: Cache vcpkg - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ${{ env.VCPKG_ROOT }}