Skip to content
Snippets Groups Projects
Commit ce7df466 authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

github: haskell actions version

parent a8b09b9f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ jobs:
ghc: ['9.2.2', '9.0.2', '8.10.7']
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2.0.1
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
......@@ -45,7 +45,7 @@ jobs:
ghc: ['9.2.2', '9.0.2', '8.10.7']
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2.0.1
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
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