Skip to content

Commit

Permalink
Merge pull request #9859 from haskell/validate-old-ghcs
Browse files Browse the repository at this point in the history
CI validate-old-ghcs: pin to haskell-actions/setup@v2.6
  • Loading branch information
mergify[bot] committed Mar 31, 2024
2 parents 519f2f7 + 2da8b2f commit 381e82b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 381e82b

Please sign in to comment.