Skip to content

Commit 0189f8d

Browse files
committed
change cache to v4
1 parent d8c1f73 commit 0189f8d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Cache Z3
1717
id: cache-z3
18-
uses: actions/cache@v1
18+
uses: actions/cache@v4
1919
with:
2020
path: z3/
2121
key: ${{ runner.os }}-z3-${{ hashFiles('get-z3-linux.sh') }}-1
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Cache CVC5
3737
id: cache-cvc5
38-
uses: actions/cache@v1
38+
uses: actions/cache@v4
3939
with:
4040
path: cvc5/
4141
key: ${{ runner.os }}-cvc5-${{ hashFiles('get-cvc5-linux.sh') }}-1
@@ -54,7 +54,7 @@ jobs:
5454

5555
# - name: Cache Delphi
5656
# id: cache-delphi
57-
# uses: actions/cache@v1
57+
# uses: actions/cache@v4
5858
# with:
5959
# path: delphi/
6060
# key: ${{ runner.os }}-delphi-${{ hashFiles('get-delphi-linux.sh') }}-1
@@ -79,13 +79,13 @@ jobs:
7979
java-version: 11
8080

8181
- name: Cache SBT ivy cache
82-
uses: actions/cache@v1
82+
uses: actions/cache@v4
8383
with:
8484
path: ~/.ivy2/cache
8585
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}
8686

8787
- name: Cache SBT
88-
uses: actions/cache@v1
88+
uses: actions/cache@v4
8989
with:
9090
path: ~/.sbt
9191
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Cache Z3
112112
id: cache-z3
113-
uses: actions/cache@v1
113+
uses: actions/cache@v4
114114
with:
115115
path: z3/
116116
key: ${{ runner.os }}-z3-${{ hashFiles('get-z3-macos.sh') }}-1
@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: Cache CVC5
135135
id: cache-cvc5
136-
uses: actions/cache@v1
136+
uses: actions/cache@v4
137137
with:
138138
path: cvc5/
139139
key: ${{ runner.os }}-cvc5-${{ hashFiles('get-cvc5-macos.sh') }}-1
@@ -152,7 +152,7 @@ jobs:
152152

153153
# - name: Cache delphi
154154
# id: cache-delphi
155-
# uses: actions/cache@v1
155+
# uses: actions/cache@v4
156156
# with:
157157
# path: delphi/
158158
# key: ${{ runner.os }}-delphi-${{ hashFiles('get-delphi-macos.sh') }}-1

0 commit comments

Comments
 (0)