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 }}