Skip to content

Commit 102df8c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
extra_nix_config: |
6060
accept-flake-config = true
61-
- uses: actions/cache@v4
61+
- uses: actions/cache@v5
6262
with:
6363
path: |
6464
~/.ghc-wasm/.cabal/store
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
enable-stack: true
100100
stack-no-global: true
101-
- uses: actions/cache@v4
101+
- uses: actions/cache@v5
102102
with:
103103
path: ~/.stack
104104
key: stack-${{ hashFiles('stack.yaml', 'ormolu.cabal') }}

0 commit comments

Comments
 (0)