From b93ce9ff82f6d053697d9bf239a20b1e33a6b025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:55:57 +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/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 2b0668c5..c748b536 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -123,7 +123,7 @@ jobs: - name: Cache Qt id: cache-qt - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ../Qt key: ${{ runner.os }}-QtCache diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6f3716bf..7a1fb8d4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -74,7 +74,7 @@ jobs: version: ${{ env.QT_VERSION }} - name: Grab cache files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ runner.workspace }}/build/thirdparty