Skip to content

Commit 381e82b

Browse files
authored
Merge pull request #9859 from haskell/validate-old-ghcs
CI validate-old-ghcs: pin to haskell-actions/[email protected]
2 parents 519f2f7 + 2da8b2f commit 381e82b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ jobs:
258258
apt-get update
259259
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
260260
261-
- uses: haskell-actions/setup@v2
261+
- uses: haskell-actions/[email protected]
262+
# From 2.7 the setup action uses node20,
263+
# which is not supported by the phadej/ghc:8.8.4-xenial container.
262264
id: setup-haskell
263265
with:
264266
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)