From ac782509b367cf5fcc119ad5923d61362865c9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:21:17 +0000 Subject: [PATCH] [CI] Bump haskell-actions/setup from 2.7.6 to 2.7.9 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.7.6 to 2.7.9. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.7.6...v2.7.9) --- updated-dependencies: - dependency-name: haskell-actions/setup 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 4937927..deb0667 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v4 - - uses: haskell-actions/setup@v2.7.6 + - uses: haskell-actions/setup@v2.7.9 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}