1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-08-17 00:40:27 +03:00

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](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-22 21:42:10 +00:00 committed by Mark Karpov
parent 3a21cd26dd
commit 1956be3e11

View File

@ -55,7 +55,7 @@ jobs:
with:
extra_nix_config: |
accept-flake-config = true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.ghc-wasm/.cabal/store
@ -132,7 +132,7 @@ jobs:
with:
enable-stack: true
stack-no-global: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.stack
key: stack-${{ hashFiles('stack.yaml', 'ormolu.cabal') }}