File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
name : " Benchmark time & memory"
9
9
runs-on : " ubuntu-latest"
10
10
steps :
11
- - uses : actions/checkout@v3.3.0
11
+ - uses : actions/checkout@v3.5.3
12
12
- name : Set Up Python
13
13
uses : actions/setup-python@v4
14
14
with :
Original file line number Diff line number Diff line change 23
23
sphinx-version : " 4.5.0"
24
24
docutils-version : " 0.15"
25
25
steps :
26
- - uses : actions/checkout@v3.3.0
26
+ - uses : actions/checkout@v3.5.3
27
27
- name : Set Up Python ${{ matrix.python-version }}
28
28
uses : actions/setup-python@v4
29
29
with :
50
50
name : Lint
51
51
runs-on : ubuntu-20.04
52
52
steps :
53
- - uses : actions/checkout@v3.3.0
53
+ - uses : actions/checkout@v3.5.3
54
54
- name : Set Up Python
55
55
uses : actions/setup-python@v4
56
56
with :
Original file line number Diff line number Diff line change 31
31
steps :
32
32
# Checks-out your repository under $GITHUB_WORKSPACE
33
33
- name : Checkout 🛎️
34
- uses : actions/checkout@v3.3.0
34
+ uses : actions/checkout@v3.5.3
35
35
-
36
36
name : Set up Docker Build 🐋
37
37
uses : docker/setup-buildx-action@v1
Original file line number Diff line number Diff line change 9
9
env :
10
10
ON_CI : true
11
11
steps :
12
- - uses : actions/checkout@v3.3.0
12
+ - uses : actions/checkout@v3.5.3
13
13
- name : Set Up Python
14
14
uses : actions/setup-python@v4
15
15
with :
Original file line number Diff line number Diff line change 15
15
uses : actions/setup-node@v3
16
16
with :
17
17
node-version : 18
18
- - uses : actions/checkout@v3.3.0
18
+ - uses : actions/checkout@v3.5.3
19
19
- name : Update pip
20
20
run : |
21
21
pip install -U wheel
Original file line number Diff line number Diff line change 8
8
name : Build packages
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3.3.0
11
+ - uses : actions/checkout@v3.5.3
12
12
- name : Set up Python 3.9
13
13
uses : actions/setup-python@v4
14
14
with :
28
28
runs-on : ubuntu-latest
29
29
needs : build
30
30
steps :
31
- - uses : actions/checkout@v3.3.0
31
+ - uses : actions/checkout@v3.5.3
32
32
- name : Set up Python 3.9
33
33
uses : actions/setup-python@v4
34
34
with :
55
55
runs-on : ubuntu-latest
56
56
needs : publish_test
57
57
steps :
58
- - uses : actions/checkout@v3.3.0
58
+ - uses : actions/checkout@v3.5.3
59
59
- name : Set up Python 3.9
60
60
uses : actions/setup-python@v4
61
61
with :
You can’t perform that action at this time.
0 commit comments