File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66
66
67
67
- name : Cache Build
68
68
id : cache-build
69
- uses : actions/cache@v4.0.2
69
+ uses : actions/cache@v4
70
70
with :
71
71
path : ${{ env.CACHE_PATH }}
72
72
key : ${{ runner.os }}-${{ matrix.config }}-cache
Original file line number Diff line number Diff line change 35
35
36
36
- name : Cache Build
37
37
id : cache-build
38
- uses : actions/cache@v4.0.2
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ${{ env.CACHE_PATH }}
41
41
key : coverage-cache
Original file line number Diff line number Diff line change 36
36
run : |
37
37
sudo apt-get install ccache
38
38
echo 'CACHE_PATH=~/.cache/ccache' >> "$GITHUB_ENV"
39
-
39
+
40
40
- name : cuda-toolkit
41
41
42
42
with :
49
49
50
50
- name : Cache Build
51
51
id : cache-build
52
- uses : actions/cache@v4.0.2
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ${{ env.CACHE_PATH }}
55
55
key : ${{ runner.os }}-${{ matrix.config }}-cache
Original file line number Diff line number Diff line change 31
31
32
32
- name : Cache Build
33
33
id : cache-build
34
- uses : actions/cache@v4.0.2
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : ${{ env.CACHE_PATH }}
37
37
key : docs-cache
Original file line number Diff line number Diff line change 62
62
63
63
- name : Cache Build
64
64
id : cache-build
65
- uses : actions/cache@v4.0.2
65
+ uses : actions/cache@v4
66
66
with :
67
67
path : ${{ env.CACHE_PATH }}
68
68
key : ${{ runner.os }}-Python${{ matrix.python-version }}-cache
You can’t perform that action at this time.
0 commit comments