From 6b7ecaaaf4b5db36a15ca89f442c6b51b153300e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 16:33:25 +0000 Subject: [PATCH] Bump haskell-actions/setup from 2.12.0 to 2.12.1 Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.12.0...v2.12.1) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/hackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hackage.yml b/.github/workflows/hackage.yml index 4cbe1ff..4e4dea0 100644 --- a/.github/workflows/hackage.yml +++ b/.github/workflows/hackage.yml @@ -21,7 +21,7 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v7 - - uses: haskell-actions/setup@v2.12.0 + - uses: haskell-actions/setup@v2.12.1 id: install-haskell with: stack-no-global: true