From f64cd605df4ce2e7ab2bf27f2865693d553305f5 Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Sun, 17 Mar 2024 16:43:03 -0300 Subject: [PATCH] Update haskell setup and cache github actions --- .github/workflows/haskell-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index ab10f5f..25adbcc 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -27,17 +27,17 @@ jobs: steps: - uses: actions/checkout@v3 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: haskell/actions/setup@v2 + - uses: haskell-actions/setup@v2 id: setup-haskell-cabal name: Setup Haskell with: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} - key: ${{ runner.os }}-${{ matrix.ghc }}--${{ github.Shah }}-cache + key: ${{ runner.os }}-${{ matrix.ghc }}--${{ matrix.cabal }}-cache - name: Versions run: | cabal -V