From 0fd9938f91c501e2eabd5eef31da78bb90091480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 05:01:27 +0000 Subject: [PATCH] GA(deps): Bump haskell/actions from 1.2 to 2.2 Bumps [haskell/actions](https://github.com/haskell/actions) from 1.2 to 2.2. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1.2...v2.2) --- 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 c3df5ec..0ac8edb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v1.2 + - uses: haskell/actions/setup@v2.2 id: setup-haskell-cabal name: Setup Haskell with: