Skip to content

Commit 2379eb3

Browse files
Bump actions/cache from 4.0.1 to 4.0.2 (#431)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a98292d commit 2379eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: stack config set system-ghc --global true
4343

4444
- name: Cache Cabal
45-
uses: actions/cache@v4.0.1
45+
uses: actions/cache@v4.0.2
4646
with:
4747
path: |
4848
~/.cabal/packages

0 commit comments

Comments
 (0)