File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
pre-commit :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version : ' 3.8'
Original file line number Diff line number Diff line change 8
8
release :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- uses : actions/setup-python@v4
13
13
- name : Install dependencies
14
14
run : |
Original file line number Diff line number Diff line change 19
19
os : ["macos-latest", "ubuntu-latest", "windows-latest"]
20
20
python-version : ["3.8", "3.9", "3.10"]
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Cache conda
24
24
uses : actions/cache@v3
25
25
env :
You can’t perform that action at this time.
0 commit comments