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