Skip to content

Commit 704cb8e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.3.0
32+
- uses: actions/cache@v5.0.1
3333
with:
3434
path: |
3535
${{ steps.setup-haskell-cabal.outputs.cabal-store }}

0 commit comments

Comments
 (0)