Skip to content

Commit 1783149

Browse files
Use github cache@v3 and update packcheck commit
1 parent 03f9e75 commit 1783149

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ task:
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 }}

.github/workflows/packcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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: |

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)