File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ on: [push]
44
55jobs :
66 linux :
7- runs-on : ubuntu-20.04
7+ runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010
1111 - name : Cache .stack-work
12- uses : actions/cache@v2
12+ uses : actions/cache@v4
1313 with :
1414 path : .stack-work
1515 key : ulid_stack-work_ubuntu
1616 restore-keys : ulid_stack-work_ubuntu
1717
1818 - name : Setup Stack
19- uses : haskell/ actions/setup@v1
19+ uses : haskell- actions/setup@v2
2020 with :
2121 enable-stack : true
2222 stack-no-global : true
@@ -31,19 +31,19 @@ jobs:
3131 run : stack haddock
3232
3333 macos :
34- runs-on : macos-12
34+ runs-on : macos-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737
3838 - name : Cache .stack-work
39- uses : actions/cache@v2
39+ uses : actions/cache@v4
4040 with :
4141 path : .stack-work
4242 key : ulid_stack-work_macos
4343 restore-keys : ulid_stack-work_macos
4444
4545 - name : Setup Stack
46- uses : haskell/ actions/setup@v1
46+ uses : haskell- actions/setup@v2
4747 with :
4848 enable-stack : true
4949 stack-no-global : true
You can’t perform that action at this time.
0 commit comments