Skip to content

Commit 990e610

Browse files
author
SevroAuBarca
committed
Merge branch 'main' of github.com:SevroAuBarca/learn4haskell into SevroAuBarca
2 parents ac2781e + 86f38ee commit 990e610

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .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)