Skip to content

Commit f5d40d9

Browse files
dependabot[bot]coot
authored andcommitted
build(deps): 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](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 1401a0f commit f5d40d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# we need unpublished `cabal` version to support sublibraries
4646
cabal-version: 'head'
4747

48-
- uses: actions/cache@v3
48+
- uses: actions/cache@v4
4949
name: Cache cabal store
5050
with:
5151
path: ${{ steps.setup-haskell.outputs.cabal-store }}

0 commit comments

Comments
 (0)