Skip to content

Commit d69c3ee

Browse files
committed
Updated haskell GitHub-Action
1 parent 143c228 commit d69c3ee

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
@@ -81,7 +81,7 @@ jobs:
8181
cabal --version
8282
echo "cabal-store=$(dirname $(cabal --help | tail -1 | tr -d ' '))\\store" >> $GITHUB_OUTPUT
8383
84-
- uses: actions/checkout@v2
84+
- uses: actions/checkout@v3
8585

8686
- name: "Configure cabal.project.local"
8787
run: |
@@ -140,7 +140,7 @@ jobs:
140140
sudo apt-get -y install fd-find
141141
142142
- name: "Setup Haskell"
143-
uses: haskell/actions/setup@v1
143+
uses: haskell/actions/setup@v2
144144
id: setup-haskell
145145
with:
146146
ghc-version: 9.2.5

0 commit comments

Comments
 (0)