Skip to content

Commit 5292395

Browse files
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](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b115dc3 commit 5292395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
# We have to restore package sources before `cabal update`
7777
# because it overwrites the hackage index with the cached one
7878
- name: Hackage sources cache
79-
uses: actions/cache@v3
79+
uses: actions/cache@v4
8080
env:
8181
cache-name: hackage-sources
8282
with:
@@ -101,7 +101,7 @@ runs:
101101

102102
- name: Compiled deps cache
103103
id: compiled-deps
104-
uses: actions/cache@v3
104+
uses: actions/cache@v4
105105
env:
106106
cache-name: compiled-deps
107107
with:

0 commit comments

Comments
 (0)