File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 14
14
fetch-depth : 0
15
15
16
16
- name : cache-pip
17
- uses : actions/cache@v1
17
+ uses : actions/cache@v3
18
18
with :
19
19
path : ~/.cache/pip
20
20
key : ${{ runner.os }}-doc-pip
Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
36
36
- name : cache-pip
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v3
38
38
with :
39
39
path : ~/.cache/pip
40
40
key : ${{ runner.os }}-doc-pip
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : cache-pip-linux
42
42
if : startsWith(runner.os, 'Linux')
43
- uses : actions/cache@v1
43
+ uses : actions/cache@v3
44
44
with :
45
45
path : ~/.cache/pip
46
46
key : ${{ runner.os }}-pip-${{ matrix.python-version }}
47
47
restore-keys : |
48
48
${{ runner.os }}-pip-${{ matrix.python-version }}
49
49
- name : cache-pip-mac
50
50
if : startsWith(runner.os, 'macOS')
51
- uses : actions/cache@v1
51
+ uses : actions/cache@v3
52
52
with :
53
53
path : ~/Library/Caches/pip
54
54
# Trailing '-' was just to get a different cache name
57
57
${{ runner.os }}-pip-${{ matrix.python-version }}-
58
58
- name : cache-pip-win
59
59
if : startsWith(runner.os, 'Windows')
60
- uses : actions/cache@v1
60
+ uses : actions/cache@v3
61
61
with :
62
62
path : ~\AppData\Local\pip\Cache
63
63
key : ${{ runner.os }}-pip-${{ matrix.python-version }}
Original file line number Diff line number Diff line change 50
50
sudo apt-get install -y ninja-build doxygen graphviz
51
51
52
52
- name : cache-pip
53
- uses : actions/cache@v1
53
+ uses : actions/cache@v3
54
54
with :
55
55
path : ~/.cache/pip
56
56
key : pip-${{ hashFiles('scripts/requirements-doc.txt') }}
@@ -128,7 +128,7 @@ jobs:
128
128
apt-get install -y python3-pip ninja-build doxygen graphviz librsvg2-bin
129
129
130
130
- name : cache-pip
131
- uses : actions/cache@v1
131
+ uses : actions/cache@v3
132
132
with :
133
133
path : ~/.cache/pip
134
134
key : pip-${{ hashFiles('scripts/requirements-doc.txt') }}
Original file line number Diff line number Diff line change 38
38
python-version : ${{ matrix.python-version }}
39
39
- name : cache-pip-linux
40
40
if : startsWith(runner.os, 'Linux')
41
- uses : actions/cache@v1
41
+ uses : actions/cache@v3
42
42
with :
43
43
path : ~/.cache/pip
44
44
key : ${{ runner.os }}-pip-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
41
41
python-version : ${{ matrix.python-version }}
42
42
- name : cache-pip-linux
43
43
if : startsWith(runner.os, 'Linux')
44
- uses : actions/cache@v1
44
+ uses : actions/cache@v3
45
45
with :
46
46
path : ~/.cache/pip
47
47
key : ${{ runner.os }}-pip-${{ matrix.python-version }}
48
48
restore-keys : |
49
49
${{ runner.os }}-pip-${{ matrix.python-version }}
50
50
- name : cache-pip-mac
51
51
if : startsWith(runner.os, 'macOS')
52
- uses : actions/cache@v1
52
+ uses : actions/cache@v3
53
53
with :
54
54
path : ~/Library/Caches/pip
55
55
# Trailing '-' was just to get a different cache name
58
58
${{ runner.os }}-pip-${{ matrix.python-version }}-
59
59
- name : cache-pip-win
60
60
if : startsWith(runner.os, 'Windows')
61
- uses : actions/cache@v1
61
+ uses : actions/cache@v3
62
62
with :
63
63
path : ~\AppData\Local\pip\Cache
64
64
key : ${{ runner.os }}-pip-${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments