From 7e0d0e5aaa74e517a9d2d42bc0e70aee719ac009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:32:43 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 in /.github/actions/setup-build 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/actions/setup-build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-build/action.yml b/.github/actions/setup-build/action.yml index 9bb311ddc7..b03134fee2 100644 --- a/.github/actions/setup-build/action.yml +++ b/.github/actions/setup-build/action.yml @@ -76,7 +76,7 @@ runs: # We have to restore package sources before `cabal update` # because it overwrites the hackage index with the cached one - name: Hackage sources cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: hackage-sources with: @@ -101,7 +101,7 @@ runs: - name: Compiled deps cache id: compiled-deps - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: compiled-deps with: