Skip to content

Commit

Permalink
CI validate-old-ghcs: pin to haskell-actions/[email protected]
Browse files Browse the repository at this point in the history
This provides temporary life support to the `validate-old-ghcs` action
until node16 will be finally axed by GHA in May 2024.

Workaround for:
- haskell#9858
  • Loading branch information
andreasabel committed Mar 31, 2024
1 parent 519f2f7 commit 2da8b2f
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/[email protected]
# 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 2da8b2f

Please sign in to comment.