Skip to content

Commit 6b1fb7f

Browse files
Bump actions/cache from 3 to 5 in /.github/actions/setup-build (#4795)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef32316 commit 6b1fb7f

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
@@ -83,7 +83,7 @@ runs:
8383
# We have to restore package sources before `cabal update`
8484
# because it overwrites the hackage index with the cached one
8585
- name: Hackage sources cache
86-
uses: actions/cache@v3
86+
uses: actions/cache@v5
8787
env:
8888
cache-name: hackage-sources
8989
with:
@@ -108,7 +108,7 @@ runs:
108108

109109
- name: Compiled deps cache
110110
id: compiled-deps
111-
uses: actions/cache@v3
111+
uses: actions/cache@v5
112112
env:
113113
cache-name: compiled-deps
114114
with:

0 commit comments

Comments
 (0)