Skip to content

Commit 2da8b2f

Browse files
committed
CI validate-old-ghcs: pin to haskell-actions/setup@v2.6
This provides temporary life support to the `validate-old-ghcs` action until node16 will be finally axed by GHA in May 2024. Workaround for: - #9858
1 parent 519f2f7 commit 2da8b2f

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/setup@v2.6
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)