From 32e1bc3d9e884eb5eacc708fa79d4eeda4d98f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 03:47:13 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_cmake.yml | 2 +- .github/workflows/clang-tidy.yml | 2 +- .github/workflows/codeql.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 17ded3fc7d..5c2c3b434b 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -151,7 +151,7 @@ jobs: arch: x64 - name: Grab cache files - uses: actions/cache@v3 + uses: actions/cache@v4 if: runner.os != 'Windows' with: path: | diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 104a4e06bc..e203e511d5 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -59,7 +59,7 @@ jobs: fetch-depth: 2 - name: Grab cache files - uses: actions/cache@v3 + uses: actions/cache@v4 if: runner.os != 'Windows' with: path: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1e4c934309..f7b4d59c31 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -78,7 +78,7 @@ jobs: version: ${{ env.QT_VERSION }} - name: Grab cache files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ runner.workspace }}/build/thirdparty