Skip to content

Commit fd0d021

Browse files
GA(deps): Bump actions/cache from 2 to 3.0.1 (#402)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ea0d42 commit fd0d021

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
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
cabal freeze
6262
63-
- uses: actions/cache@v2
63+
- uses: actions/cache@v3.0.1
6464
name: Cache ~/.cabal/store
6565
with:
6666
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
@@ -100,7 +100,7 @@ jobs:
100100
ghc-version: ${{ matrix.ghc }}
101101
stack-version: ${{ matrix.stack }}
102102

103-
- uses: actions/cache@v2
103+
- uses: actions/cache@v3.0.1
104104
name: Cache ~/.stack
105105
with:
106106
path: ~/.stack

0 commit comments

Comments
 (0)