From 07e5cb277cd2118e76d0ce15e45e7dc5f4fcfab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:21:49 +0000 Subject: [PATCH] chore(deps): bump webdevred/get-supported-ghc from 0.0.12 to 0.0.14 Bumps [webdevred/get-supported-ghc](https://github.com/webdevred/get-supported-ghc) from 0.0.12 to 0.0.14. - [Release notes](https://github.com/webdevred/get-supported-ghc/releases) - [Commits](https://github.com/webdevred/get-supported-ghc/compare/v0.0.12...v0.0.14) --- updated-dependencies: - dependency-name: webdevred/get-supported-ghc dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/future-proofing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/future-proofing.yaml b/.github/workflows/future-proofing.yaml index e24da7a8..c384cb4e 100644 --- a/.github/workflows/future-proofing.yaml +++ b/.github/workflows/future-proofing.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v6 - name: Get latest supported GHC version id: get-ghc - uses: webdevred/get-supported-ghc@v0.0.12 + uses: webdevred/get-supported-ghc@v0.0.14 with: validate-lower-bound: true - name: Set up GHC latest and Cabal