File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
30
30
- name : Cache conda packages
31
- uses : actions/cache@v2
31
+ uses : actions/cache@v3
32
32
env :
33
33
CACHE_NUMBER : 1 # Increase to reset cache
34
34
with :
76
76
activate-environment : " "
77
77
78
78
- name : Cache conda packages
79
- uses : actions/cache@v2
79
+ uses : actions/cache@v3
80
80
env :
81
81
CACHE_NUMBER : 1 # Increase to reset cache
82
82
with :
@@ -138,7 +138,7 @@ jobs:
138
138
run : |
139
139
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
140
140
- name : Cache conda packages
141
- uses : actions/cache@v2
141
+ uses : actions/cache@v3
142
142
env :
143
143
CACHE_NUMBER : 1 # Increase to reset cache
144
144
with :
@@ -213,7 +213,7 @@ jobs:
213
213
conda install ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% python=${{ matrix.python }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
214
214
more lockfile
215
215
- name : Cache conda packages
216
- uses : actions/cache@v2
216
+ uses : actions/cache@v3
217
217
env :
218
218
CACHE_NUMBER : 1 # Increase to reset cache
219
219
with :
@@ -373,7 +373,7 @@ jobs:
373
373
run : |
374
374
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
375
375
- name : Cache conda packages
376
- uses : actions/cache@v2
376
+ uses : actions/cache@v3
377
377
env :
378
378
CACHE_NUMBER : 1 # Increase to reset cache
379
379
with :
Original file line number Diff line number Diff line change 44
44
45
45
- name : Cache Gtest
46
46
id : cache-gtest
47
- uses : actions/cache@v2
47
+ uses : actions/cache@v3
48
48
with :
49
49
path : |
50
50
/home/runner/work/googletest-release-1.11.0/install
Original file line number Diff line number Diff line change 25
25
26
26
- name : Cache sycl bundle
27
27
id : cache-sycl-bundle
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v3
29
29
with :
30
30
path : |
31
31
/home/runner/work/sycl_bundle
You can’t perform that action at this time.
0 commit comments