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