From 77d726f34c94a70e084d61e5ee59cc7c167ca3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:40:45 +0000 Subject: [PATCH] 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/build-platforms.yml | 2 +- .github/workflows/run-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-platforms.yml b/.github/workflows/build-platforms.yml index d2f97927..4c1da9af 100644 --- a/.github/workflows/build-platforms.yml +++ b/.github/workflows/build-platforms.yml @@ -28,7 +28,7 @@ jobs: timeout-minutes: 4 - name: Cache .build directory - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .build key: ${{ runner.os }}-build-${{ hashFiles('**/Package.resolved') }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e40e2895..3a0549b1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 2 - name: Cache SPM Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .build/checkouts