From 0ece126cadfae878cb55fe70961700ac2ca9b75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:51:53 +0000 Subject: [PATCH] Build(deps): 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/macos-build-and-test.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- .github/workflows/windows-build-and-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos-build-and-test.yml b/.github/workflows/macos-build-and-test.yml index 29ccc7fdb6946..1b4576ab5a3c3 100644 --- a/.github/workflows/macos-build-and-test.yml +++ b/.github/workflows/macos-build-and-test.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 1 - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/cache key: macos-latest-${{ env.CRAFT_TARGET }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 8eee92c691ca6..29cce35b8b3c6 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /cache key: ${{ runner.os }} diff --git a/.github/workflows/windows-build-and-test.yml b/.github/workflows/windows-build-and-test.yml index 433cbc544c00d..663bc9d3f0133 100644 --- a/.github/workflows/windows-build-and-test.yml +++ b/.github/workflows/windows-build-and-test.yml @@ -35,7 +35,7 @@ jobs: - name: Cache Install OpenCppCoverage id: cache-install-opencppcoverage - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: C:\Program Files\OpenCppCoverage key: ${{ runner.os }}-cache-install-opencppcoverage