From 43cb20af7fd1395646547f18d8ebb84a03c4f69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:08:33 +0000 Subject: [PATCH] GA(deps): Bump haskell/actions from 2.0 to 2.2 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0 to 2.2. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.0...v2.2) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f93b642..f11468c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.0 + - uses: haskell/actions/setup@v2.2 id: setup-haskell-cabal name: Setup Haskell with: @@ -103,7 +103,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.0 + - uses: haskell/actions/setup@v2.2 name: Setup Haskell Stack with: ghc-version: ${{ matrix.ghc }}