From 0a68a7faf8e2a22ad73ced41a849c4547deafed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:16:59 +0000 Subject: [PATCH] GA(deps): Bump haskell/actions from 2.0 to 2.3 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0 to 2.3. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.0...v2.3) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 800f643..b1a22f7 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@v2.0 + - uses: haskell/actions/setup@v2.3 id: setup-haskell-cabal name: Setup Haskell with: