Skip to content

Commit 86f38ee

Browse files
GA(deps): Bump actions/cache from 2 to 3.0.1 (#518)
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e87824d commit 86f38ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ghc-version: ${{ matrix.ghc }}
2626
cabal-version: ${{ matrix.cabal }}
2727

28-
- uses: actions/cache@v2
28+
- uses: actions/cache@v3.0.1
2929
name: Cache ~/.cabal/store
3030
with:
3131
path: ~/.cabal/store
@@ -51,7 +51,7 @@ jobs:
5151
ghc-version: ${{ matrix.ghc }}
5252
cabal-version: ${{ matrix.cabal }}
5353

54-
- uses: actions/cache@v2
54+
- uses: actions/cache@v3.0.1
5555
name: Cache ~/.cabal/store
5656
with:
5757
path: ~/.cabal/store
@@ -86,7 +86,7 @@ jobs:
8686
ghc-version: ${{ matrix.ghc }}
8787
cabal-version: ${{ matrix.cabal }}
8888

89-
- uses: actions/cache@v2
89+
- uses: actions/cache@v3.0.1
9090
name: Cache ~/.cabal/store
9191
with:
9292
path: ~/.cabal/store
@@ -121,7 +121,7 @@ jobs:
121121
ghc-version: ${{ matrix.ghc }}
122122
cabal-version: ${{ matrix.cabal }}
123123

124-
- uses: actions/cache@v2
124+
- uses: actions/cache@v3.0.1
125125
name: Cache ~/.cabal/store
126126
with:
127127
path: ~/.cabal/store
@@ -147,7 +147,7 @@ jobs:
147147
ghc-version: ${{ matrix.ghc }}
148148
cabal-version: ${{ matrix.cabal }}
149149

150-
- uses: actions/cache@v2
150+
- uses: actions/cache@v3.0.1
151151
name: Cache ~/.cabal/store
152152
with:
153153
path: ~/.cabal/store

0 commit comments

Comments
 (0)