File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
with :
53
53
version : ${{ matrix.julia-version }}
54
54
- name : " Cache Julia"
55
- uses : julia-actions/cache@v1
55
+ uses : julia-actions/cache@v2
56
56
with :
57
57
cache-name : ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
58
58
cache-packages : false
@@ -144,7 +144,7 @@ jobs:
144
144
activate-environment : pysr-test
145
145
environment-file : environment.yml
146
146
- name : " Cache Julia"
147
- uses : julia-actions/cache@v1
147
+ uses : julia-actions/cache@v2
148
148
with :
149
149
cache-name : ${{ matrix.os }}-conda-${{ matrix.python-version }}
150
150
cache-packages : false
Original file line number Diff line number Diff line change 40
40
with :
41
41
version : ${{ matrix.julia-version }}
42
42
- name : " Cache Julia"
43
- uses : julia-actions/cache@v1
43
+ uses : julia-actions/cache@v2
44
44
with :
45
45
cache-name : ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
46
cache-packages : false
Original file line number Diff line number Diff line change 40
40
with :
41
41
version : ${{ matrix.julia-version }}
42
42
- name : " Cache Julia"
43
- uses : julia-actions/cache@v1
43
+ uses : julia-actions/cache@v2
44
44
with :
45
45
cache-name : ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
46
46
cache-packages : false
You can’t perform that action at this time.
0 commit comments