We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bea887 commit c3eff40Copy full SHA for c3eff40
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
runs-on: ${{ matrix.os }}
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Set up Haskell and Stack
20
uses: haskell/actions/setup@v2
21
with:
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
needs: [release]
35
36
37
38
39
40
0 commit comments