From d0ab01dbae1b1a8609fce546ed43fcf3b3355587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:13:29 +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/on_PR_windows_matrix.yml | 2 +- .github/workflows/on_push_BasicWinLinMac.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on_PR_windows_matrix.yml b/.github/workflows/on_PR_windows_matrix.yml index 9c1b93a3..5ec5843d 100644 --- a/.github/workflows/on_PR_windows_matrix.yml +++ b/.github/workflows/on_PR_windows_matrix.yml @@ -48,7 +48,7 @@ jobs: python-version: 3.7 - name: Restore Conan cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{github.workspace}}/conanCache key: ${{runner.os}}-${{matrix.platform}}-${{matrix.build_type}}-Shared${{matrix.shared_libraries}}-${{ hashFiles('conanfile.py') }} diff --git a/.github/workflows/on_push_BasicWinLinMac.yml b/.github/workflows/on_push_BasicWinLinMac.yml index 8e79fd08..c056410e 100644 --- a/.github/workflows/on_push_BasicWinLinMac.yml +++ b/.github/workflows/on_push_BasicWinLinMac.yml @@ -38,7 +38,7 @@ jobs: python-version: 3.7 - name: Restore conan cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{github.workspace}}/conanCache key: ${{runner.os}}-push-win-${{ hashFiles('conanfile.py') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c759ade7..41ab6cba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: choco install graphviz - name: Restore conan cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{github.workspace}}/conanCache key: ${{runner.os}}-release-win-${{ hashFiles('conanfile.py') }}