From 06ae37721d46d9c39efcab86219912bb2867553a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:37:46 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [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/v2...v3) --- 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-build-and-test.yml b/.github/workflows/macos-build-and-test.yml index 13c9b797e5d4b..b12e2cbb02584 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@v2 + uses: actions/cache@v3 with: path: ~/cache key: macos-latest-${{ env.CRAFT_TARGET }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index af45730c636be..31bf5c6637060 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@v2 + uses: actions/cache@v3 with: path: /cache key: ${{ runner.os }}