From 2f716f697b9a8a431661068add9d3a1bd20e71e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 01:02:19 +0000 Subject: [PATCH] GA(deps): Bump haskell/actions from 1.2.9 to 2.1.0 Bumps [haskell/actions](https://github.com/haskell/actions) from 1.2.9 to 2.1.0. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1.2.9...v2.1.0) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-major ... 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 192a9ec..07cbe0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v1.2.9 + - uses: haskell/actions/setup@v2.1.0 id: setup-haskell-cabal name: Setup Haskell with: