Skip to content

Commit 76865b3

Browse files
authored
Merge pull request #93 from input-output-hk/coot/gha
github-actions: use haskell/actions/setup@v2
2 parents ec20229 + f08f89d commit 76865b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "CACHE_VERSION=pu4Aevoo_v1" >> $GITHUB_ENV
4242

4343
- name: "LINUX: Setup Haskell"
44-
uses: haskell/actions/setup@v1
44+
uses: haskell/actions/setup@v2
4545
if: runner.os != 'Windows'
4646
id: setup-haskell
4747
with:
@@ -147,7 +147,7 @@ jobs:
147147
sudo apt-get -y install fd-find
148148
149149
- name: "Setup Haskell"
150-
uses: haskell/actions/setup@v1
150+
uses: haskell/actions/setup@v2
151151
id: setup-haskell
152152
with:
153153
ghc-version: 9.2.7

0 commit comments

Comments
 (0)