From e17f97e81364387430e3b2e72ecb5862528344b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:59:02 +0000 Subject: [PATCH] chore(deps): bump webdevred/get-supported-ghc from 0.0.14 to 0.0.15 Bumps [webdevred/get-supported-ghc](https://github.com/webdevred/get-supported-ghc) from 0.0.14 to 0.0.15. - [Release notes](https://github.com/webdevred/get-supported-ghc/releases) - [Commits](https://github.com/webdevred/get-supported-ghc/compare/v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: webdevred/get-supported-ghc dependency-version: 0.0.15 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 c384cb4e..51a82c59 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.14 + uses: webdevred/get-supported-ghc@v0.0.15 with: validate-lower-bound: true - name: Set up GHC latest and Cabal