From 8fe391dbe1f3cdb6ef64d6a11937b48c024edf38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:30:26 +0000 Subject: [PATCH] Bump haskell/actions from 1 to 1.2.1 Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 1.2.1. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1...v1.2.1) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0ea3944c0..d6b8ab9c0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: ghc: ['9.0', '8.10', '8.8', '8.6', '8.4', '8.2'] steps: - uses: actions/checkout@v2 - - uses: haskell/actions/setup@v1 + - uses: haskell/actions/setup@v1.2.1 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}