File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ env: &env
6565 # If you have not committed packcheck.sh in your repo at PACKCHECK
6666 # then it is automatically pulled from this URL.
6767 PACKCHECK_GITHUB_URL : " https://raw.githubusercontent.com/composewell/packcheck"
68- PACKCHECK_GITHUB_COMMIT : " v0.7.1 "
68+ PACKCHECK_GITHUB_COMMIT : " 03f9e753567d08835e342c8d24a406d5a1e1582e "
6969
7070 # ubuntu seems to have better support than debian on CI systems
7171 docker :
Original file line number Diff line number Diff line change 3636 # packcheck location and revision
3737 PACKCHECK : " ./packcheck.sh"
3838 PACKCHECK_GITHUB_URL : " https://raw.githubusercontent.com/composewell/packcheck"
39- PACKCHECK_GITHUB_COMMIT : " v0.7.1 "
39+ PACKCHECK_GITHUB_COMMIT : " 03f9e753567d08835e342c8d24a406d5a1e1582e "
4040
4141 # Pull token from "secrets" setting of the github repo
4242 # COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
Original file line number Diff line number Diff line change 8888 # If you have not committed packcheck.sh in your repo at PACKCHECK
8989 # then it is automatically pulled from this URL.
9090 PACKCHECK_GITHUB_URL : " https://raw.githubusercontent.com/composewell/packcheck"
91- PACKCHECK_GITHUB_COMMIT : " v0.7.1 "
91+ PACKCHECK_GITHUB_COMMIT : " 03f9e753567d08835e342c8d24a406d5a1e1582e "
9292
9393 # ------------------------------------------------------------------------
9494 # Final build variables
@@ -158,7 +158,7 @@ jobs:
158158
159159 steps :
160160 - uses : actions/checkout@v2
161- - uses : actions/cache@v2
161+ - uses : actions/cache@v3
162162 name : Cache common directories
163163 with :
164164 path : |
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ environment:
6363 # If you have not committed packcheck.sh in your repo at PACKCHECK_LOCAL_PATH
6464 # then it is automatically pulled from this URL.
6565 PACKCHECK_GITHUB_URL : " https://raw.githubusercontent.com/composewell/packcheck"
66- PACKCHECK_GITHUB_COMMIT : " v0.7.1 "
66+ PACKCHECK_GITHUB_COMMIT : " 03f9e753567d08835e342c8d24a406d5a1e1582e "
6767
6868 # Override the temp directory to avoid sed escaping issues
6969 # See https://github.com/haskell/cabal/issues/5386
You can’t perform that action at this time.
0 commit comments