Skip to content

Commit 137817b

Browse files
dependabot[bot]tomjaguarpaw
authored andcommitted
GA(deps): 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 58a6191 commit 137817b

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
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
cabal freeze
8080
81-
- uses: actions/cache@v4
81+
- uses: actions/cache@v5
8282
name: Cache ~/.cabal/store
8383
with:
8484
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
@@ -118,7 +118,7 @@ jobs:
118118
ghc-version: ${{ matrix.ghc }}
119119
stack-version: ${{ matrix.stack }}
120120

121-
- uses: actions/cache@v4
121+
- uses: actions/cache@v5
122122
name: Cache ~/.stack
123123
with:
124124
path: ~/.stack

0 commit comments

Comments
 (0)