Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SevroAuBarca/learn4haskell into Sev…
Browse files Browse the repository at this point in the history
…roAuBarca
  • Loading branch information
SevroAuBarca committed Oct 13, 2022
2 parents ac2781e + 86f38ee commit 990e610
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/cache@v2
- uses: actions/cache@v3.0.1
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand All @@ -51,7 +51,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/cache@v2
- uses: actions/cache@v3.0.1
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/cache@v2
- uses: actions/cache@v3.0.1
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/cache@v2
- uses: actions/cache@v3.0.1
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand All @@ -147,7 +147,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/cache@v2
- uses: actions/cache@v3.0.1
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand Down

0 comments on commit 990e610

Please sign in to comment.