diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afd66f9..afad51f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: cabal build --dry-run - name: Restore cached dependencies - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: cache env: key: ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-cabal-${{ steps.setup.outputs.cabal-version }} @@ -67,7 +67,7 @@ jobs: run: cabal build all --only-dependencies - name: Save cached dependencies - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 if: ${{ steps.cache.outputs.cache-primary-key != steps.cache.outputs.cache-matched-key }} with: path: ${{ steps.setup.outputs.cabal-store }} @@ -93,7 +93,7 @@ jobs: include: # GHC version must match https://www.stackage.org/nightly - stack: "latest" - ghc: "9.6" + ghc: "9.8" steps: - uses: actions/checkout@v3 @@ -115,7 +115,7 @@ jobs: stack config set system-ghc true --global stack config set resolver nightly - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache with: path: |