From ad68e02d07ec83e8dc1f7cc8c6b79ba098cda2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:42:05 -0700 Subject: [PATCH] Bump actions/cache from 3 to 4 (#1256) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4a0a20e26..adb6086ba 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Qt - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ~/Cache diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 563f8d825..ba596ce36 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Qt - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ~/Cache