From 7eb884f0b7dcb1e8dd8f3ab25b8ac2a1f840523b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:57:15 +0000 Subject: [PATCH] Bump haskell/actions from 2.0.0 to 2.3.5 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0.0 to 2.3.5. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.0.0...v2.3.5) --- 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 6f2c48f..1c3d15f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: path: dist-newstyle key: ${{ runner.os }}-${{ matrix.ghc }}-dist-newstyle - - uses: haskell/actions/setup@v2.0.0 + - uses: haskell/actions/setup@v2.3.5 with: ghc-version: ${{ matrix.ghc }} cabal-version: '3.6' @@ -123,7 +123,7 @@ jobs: with: path: dist-newstyle key: ${{ runner.os }}-${{ matrix.ghc }}-dist-newstyle - - uses: haskell/actions/setup@v2.0.0 + - uses: haskell/actions/setup@v2.3.5 with: ghc-version: ${{ matrix.ghc }} cabal-version: '3.6'