Skip to content

Commit f08f89d

Browse files
committed
github-actions: use haskell/actions/setup@v2
1 parent 287fce4 commit f08f89d

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:
@@ -144,7 +144,7 @@ jobs:
144144
sudo apt-get -y install fd-find
145145
146146
- name: "Setup Haskell"
147-
uses: haskell/actions/setup@v1
147+
uses: haskell/actions/setup@v2
148148
id: setup-haskell
149149
with:
150150
ghc-version: 9.2.7

0 commit comments

Comments
 (0)