From 37ac1b1544507d97dc35da8d652d571a633e87e5 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Fri, 23 Feb 2024 12:52:26 +0100 Subject: [PATCH] Use haskell-actions v2.6 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 31be153..ba48d67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: haskell/actions/setup@v2 + - uses: haskell-actions/setup@v2.6.1 id: setup-haskell-cabal name: Setup Haskell with: @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: haskell/actions/setup@v2 + - uses: haskell-actions/setup@v2.6.1 name: Setup Haskell Stack with: ghc-version: ${{ matrix.ghc }}