Skip to content

Commit 7e1d32f

Browse files
dependabot[bot]mrkkrp
authored andcommitted
Bump actions/cache from 3.3.1 to 4.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df2b6e4 commit 7e1d32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cabal-version: ${{ matrix.cabal }}
3232
- run: cabal update
3333
- run: cabal freeze $CONFIG
34-
- uses: actions/cache@v3.3.1
34+
- uses: actions/cache@v4.0.0
3535
with:
3636
path: |
3737
${{ steps.setup-haskell-cabal.outputs.cabal-store }}

0 commit comments

Comments
 (0)