diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a856b7..2b63ce5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: | cabal freeze - - uses: actions/cache@v4.1.0 + - uses: actions/cache@v4.1.1 name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} @@ -108,7 +108,7 @@ jobs: ghc-version: ${{ matrix.ghc }} stack-version: ${{ matrix.stack }} - - uses: actions/cache@v4.1.0 + - uses: actions/cache@v4.1.1 name: Cache ~/.stack with: path: ~/.stack