Skip to content

Commit e1ba874

Browse files
dependabot[bot]mrkkrp
authored andcommitted
Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3dbbc1 commit e1ba874

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
@@ -29,7 +29,7 @@ jobs:
2929
cabal-version: ${{ matrix.cabal }}
3030
- run: cabal update
3131
- run: cabal freeze
32-
- uses: actions/cache@v4.2.4
32+
- uses: actions/cache@v4.3.0
3333
with:
3434
path: |
3535
${{ steps.setup-haskell-cabal.outputs.cabal-store }}

0 commit comments

Comments
 (0)