From 1b8ace8f3d767e781cb429a4506d94007af5b7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:24:10 +0000 Subject: [PATCH] Bump haskell/actions from 2.4.6 to 2.4.7 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.6 to 2.4.7. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.4.6...v2.4.7) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 61de2a4..1b71f2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.4.6 + - uses: haskell/actions/setup@v2.4.7 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}