We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5270388 + f1430af commit 60e2634Copy full SHA for 60e2634
.github/workflows/haskell-ci.yml
@@ -192,7 +192,7 @@ jobs:
192
chmod a+x $HOME/.cabal/bin/cabal-plan
193
cabal-plan --version
194
- name: checkout
195
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
196
with:
197
path: source
198
- name: autoreconf
.github/workflows/packdeps.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Clone project
16
17
- name: Setup Haskell
18
uses: haskell-actions/setup@v2
19
.github/workflows/stack.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- name: Install C dependencies
30
run: |
0 commit comments