Skip to content

Commit 530200a

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 d13b249 commit 530200a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
cabal freeze
8484
85-
- uses: actions/cache@v4
85+
- uses: actions/cache@v5
8686
name: Cache ~/.cabal/store
8787
with:
8888
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
@@ -121,7 +121,7 @@ jobs:
121121
ghc-version: ${{ matrix.ghc }}
122122
stack-version: ${{ matrix.stack }}
123123

124-
- uses: actions/cache@v4
124+
- uses: actions/cache@v5
125125
name: Cache ~/.stack
126126
with:
127127
path: ~/.stack

0 commit comments

Comments
 (0)