From 00ba37ce7e79656046f3f96d1b747f2a329899a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:00:11 +0000 Subject: [PATCH] GA(deps): 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/a99601b177e00b98c78b6f6de680a101cf1c619d...ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91) --- 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 d17c632..c16c0e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - - uses: haskell/actions/setup@a99601b177e00b98c78b6f6de680a101cf1c619d + - uses: haskell/actions/setup@ce6c3a6f8cbe3bd6ce51b635b3f32ee792f22f91 id: setup-haskell-cabal with: ghc-version: "9.2"