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 c1cb24a + dd704f4 commit 19fcdbdCopy full SHA for 19fcdbd
.github/workflows/main.yml
@@ -28,17 +28,17 @@ jobs:
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
32
with:
33
fetch-depth: 0
34
35
- - uses: haskell/actions/setup@v1
+ - uses: haskell/actions/setup@v2
36
name: Setup Haskell Stack
37
38
ghc-version: ${{ matrix.ghc }}
39
stack-version: ${{ matrix.stack }}
40
41
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
42
name: Cache ~/.stack
43
44
path: ~/.stack
0 commit comments