diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b9d18ad..23cb13f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache cabal stuff with: path: | @@ -49,7 +49,7 @@ jobs: id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache cabal stuff with: path: |