diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index d00daee..58bf985 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -53,7 +53,7 @@ jobs: # cache - name: Cache store - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} key: ${{ runner.os }}-${{ hashFiles('cabal.project.freeze') }}