From c4d95b16f08ac98bdfdf7f92737f6dbd0497aa69 Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Tue, 21 Sep 2021 07:35:47 -0600 Subject: [PATCH 1/2] t1 --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index aa8d0e9..c9ae773 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -18,7 +18,7 @@ jobs: CONFIG: "--enable-tests" steps: - uses: actions/checkout@v2 - - uses: actions/setup-haskell@v1.1.4 + - uses: actions/setup-haskell@v1 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} From 029116099d3111278e1d78a812c22e7cc43650c7 Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Wed, 22 Sep 2021 07:26:32 -0600 Subject: [PATCH 2/2] lol --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index c9ae773..94ab8fa 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -18,7 +18,7 @@ jobs: CONFIG: "--enable-tests" steps: - uses: actions/checkout@v2 - - uses: actions/setup-haskell@v1 + - uses: haskell/actions/setup@v1 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}