File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 key : ${{ runner.os }}-stack-${{ hashFiles('**/package.yaml') }}-${{ hashFiles('**/stack.yaml.lock') }}
1919 restore-keys : |
2020 ${{ runner.os }}-stack-
21- - uses : haskell-actions/setup@v2.7.6
21+ - uses : haskell-actions/setup@v2.7.11
2222 name : Setup Haskell
2323 with :
2424 ghc-version : 8.10.4 # stack.yamlのresolverに合わせて更新してください
3838 key : ${{ runner.os }}-stack-${{ hashFiles('**/package.yaml') }}-${{ hashFiles('**/stack.yaml.lock') }}
3939 restore-keys : |
4040 ${{ runner.os }}-stack-
41- - uses : haskell-actions/setup@v2.7.6
41+ - uses : haskell-actions/setup@v2.7.11
4242 name : Setup Haskell
4343 with :
4444 ghc-version : 8.10.4 # stack.yamlのresolverに合わせて更新してください
Original file line number Diff line number Diff line change 2424 restore-keys : |
2525 ${{ runner.os }}-stack-
2626 - name : Setup | Stack and GHC
27- uses : haskell-actions/setup@v2.7.6
27+ uses : haskell-actions/setup@v2.7.11
2828 with :
2929 ghc-version : 8.10.4 # stack.yamlのresolverに合わせて更新してください
3030 enable-stack : true
You can’t perform that action at this time.
0 commit comments