From c5db31becb66538b439c10b450a87a508992122d Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sat, 28 Dec 2024 14:25:53 +0000 Subject: [PATCH] Upgrade the ci.yml versions Summary: Test Plan: --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19939725..4de79065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,16 +19,17 @@ jobs: steps: - run: git config --global core.autocrlf false - - uses: actions/checkout@v2 - - uses: haskell/actions/setup@v2 + - uses: actions/checkout@v4 + - uses: haskell-actions/setup@v2 id: setup-haskell with: ghc-version: ${{ matrix.ghc }} - run: cabal v2-freeze --enable-tests - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ${{ steps.setup-haskell.outputs.cabal-store }} key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }} + restore-keys: ${{ runner.os }}-${{ matrix.ghc }}- - uses: ndmitchell/neil@master with: hlint-arguments: src