@@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
1616 - name : Cache Z3
1717 id : cache-z3
18- uses : actions/cache@v1
18+ uses : actions/cache@v3
1919 with :
2020 path : z3/
2121 key : ${{ runner.os }}-z3-${{ hashFiles('get-z3-linux.sh') }}-1
5454
5555 # - name: Cache Delphi
5656 # id: cache-delphi
57- # uses: actions/cache@v1
57+ # uses: actions/cache@v3
5858 # with:
5959 # path: delphi/
6060 # key: ${{ runner.os }}-delphi-${{ hashFiles('get-delphi-linux.sh') }}-1
@@ -74,18 +74,18 @@ jobs:
7474 echo "$GITHUB_WORKSPACE/oracles/" >> $GITHUB_PATH
7575
7676 - name : Set up JDK 11
77- uses : actions/setup-java@v1
77+ uses : actions/setup-java@v3
7878 with :
7979 java-version : 11
8080
8181 - name : Cache SBT ivy cache
82- uses : actions/cache@v1
82+ uses : actions/cache@v3
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@v3
8989 with :
9090 path : ~/.sbt
9191 key : ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
@@ -103,14 +103,14 @@ jobs:
103103 runs-on : macos-13
104104
105105 steps :
106- - uses : actions/checkout@v2
106+ - uses : actions/checkout@v3
107107 - uses : olafurpg/setup-scala@v10
108108 with :
109109110110
111111 - name : Cache Z3
112112 id : cache-z3
113- uses : actions/cache@v1
113+ uses : actions/cache@v3
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@v3
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@v3
156156 # with:
157157 # path: delphi/
158158 # key: ${{ runner.os }}-delphi-${{ hashFiles('get-delphi-macos.sh') }}-1
0 commit comments