Skip to content
Snippets Groups Projects
Unverified Commit 135750b2 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9870 from haskell/mergify/bp/3.12/pr-9859

CI validate-old-ghcs: pin to haskell-actions/setup@v2.6 (backport #9859)
parents 7d140c56 83d8dc55
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,9 @@ jobs:
apt-get update
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
- uses: haskell-actions/setup@v2
- uses: haskell-actions/setup@v2.6
# From 2.7 the setup action uses node20,
# which is not supported by the phadej/ghc:8.8.4-xenial container.
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment