Skip to content

Commit

Permalink
Update GithubActions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Oct 29, 2023
1 parent ef997b8 commit 7b0967d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo M1 ${{ matrix.ghc }}
echo M2 ${{ matrix.skip-bench }}
# ----------------
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# ----------------
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
Expand All @@ -68,7 +68,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
# ----------------
- uses: actions/cache@v1
- uses: actions/cache@v3
name: Cache ~/.cabal/store
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
Expand Down

0 comments on commit 7b0967d

Please sign in to comment.