Skip to content

Commit 3a6f73e

Browse files
dependabot[bot]geekosaurmergify[bot]
authored
Bump actions/cache from 3 to 4 (#9646)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: brandon s allbery kf8nh <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent d57001a commit 3a6f73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
rm -rf ~/.config/cabal
4444
rm -rf ~/.cache/cabal
4545
46-
- uses: actions/cache@v3
46+
- uses: actions/cache@v4
4747
name: Cache the downloads
4848
id: bootstrap-cache
4949
with:

0 commit comments

Comments
 (0)