File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 os : [ubuntu-latest]
1010 runs-on : ${{ matrix.os }}
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - if : matrix.os == 'ubuntu-latest'
14- uses : actions/cache@v2
14+ uses : actions/cache@v3
1515 name : Cache ~/.stack
1616 with :
1717 path : ~/.stack
2121 ${{ runner.os }}-stack-
2222 - uses : haskell/actions/setup@v2
2323 with :
24- ghc-version : " 9.2.4 "
24+ ghc-version : " 9.2.5 "
2525 enable-stack : true
2626 stack-version : " latest"
2727 - name : Build
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 - name : Create Release
1616 id : create_release
17- 17+ 1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2020 with :
3838 os : [ubuntu-latest, macos-latest]
3939 runs-on : ${{ matrix.os }}
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v3
4242 - if : matrix.os == 'ubuntu-latest'
43- uses : actions/cache@v2
43+ uses : actions/cache@v3
4444 name : Cache ~/.stack
4545 with :
4646 path : ~/.stack
5050 ${{ runner.os }}-stack-
5151 - uses : haskell/actions/setup@v2
5252 with :
53- ghc-version : " 9.2.4 "
53+ ghc-version : " 9.2.5 "
5454 enable-stack : true
5555 stack-version : " latest"
5656 - if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments