From c983fa4aeb7b31896f74f24aa53f37fc3f5c39f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:10:51 +0000 Subject: [PATCH] Bump haskell/actions from 2.0.1 to 2.3.5 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0.1 to 2.3.5. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.0.1...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e9a840..e31d688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: ghc: ['latest', '9.0.1', '8.10.7', '8.8.4'] steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.0.1 + - uses: haskell/actions/setup@v2.3.5 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}