File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Set up Python
15
- uses : actions/setup-python@v2
15
+ uses : actions/setup-python@v4
16
16
- name : Cache multiple paths
17
17
uses : actions/cache@v3
18
18
with :
Original file line number Diff line number Diff line change 7
7
runPreCommit :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
with :
12
12
repository : ${{github.event.client_payload.pull_request.head.repo.full_name}}
13
13
ref : ${{github.event.client_payload.pull_request.head.ref}}
19
19
~/.cache/pre-commit
20
20
~/.cache/pip
21
21
key : pre-commit-dispatched-${{ runner.os }}-build
22
- - uses : actions/setup-python@v2
22
+ - uses : actions/setup-python@v4
23
23
with :
24
24
python-version : 3.8
25
25
- name : install-pre-commit
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
11
11
env :
12
12
SKIP : no-commit-to-branch
13
13
steps :
14
- - uses : actions/checkout@v2
15
- - uses : actions/setup-python@v2
16
- - uses : pre-commit/action@v2 .0.0
14
+ - uses : actions/checkout@v3
15
+ - uses : actions/setup-python@v4
16
+ - uses : pre-commit/action@v3 .0.0
17
17
mypy :
18
18
runs-on : ubuntu-latest
19
19
defaults :
20
20
run :
21
21
shell : bash -l {0}
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v3
24
24
- name : Cache conda
25
25
uses : actions/cache@v3
26
26
env :
Original file line number Diff line number Diff line change 11
11
env :
12
12
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN_PYMC }}
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : Set up Python
16
- uses : actions/setup-python@v1
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : 3.7
19
19
# TODO: ideally, this pipeline should run parallelized tests in upstream jobs..
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- name : Set up Python
48
- uses : actions/setup-python@v1
48
+ uses : actions/setup-python@v4
49
49
with :
50
50
python-version : 3.7
51
51
- name : Give PyPI a chance to update the index
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Slash Command Dispatch
10
- uses : peter-evans/slash-command-dispatch@v2
10
+ uses : peter-evans/slash-command-dispatch@v3
11
11
with :
12
12
token : ${{ secrets.ACTION_TRIGGER_TOKEN }}
13
13
issue-type : pull-request
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
run :
109
109
shell : bash -l {0}
110
110
steps :
111
- - uses : actions/checkout@v2
111
+ - uses : actions/checkout@v3
112
112
- name : Cache conda
113
113
uses : actions/cache@v3
114
114
env :
@@ -179,7 +179,7 @@ jobs:
179
179
run :
180
180
shell : cmd
181
181
steps :
182
- - uses : actions/checkout@v2
182
+ - uses : actions/checkout@v3
183
183
- name : Cache conda
184
184
uses : actions/cache@v3
185
185
env :
@@ -258,7 +258,7 @@ jobs:
258
258
run :
259
259
shell : bash -l {0}
260
260
steps :
261
- - uses : actions/checkout@v2
261
+ - uses : actions/checkout@v3
262
262
- name : Cache conda
263
263
uses : actions/cache@v3
264
264
env :
@@ -323,7 +323,7 @@ jobs:
323
323
run :
324
324
shell : bash -l {0}
325
325
steps :
326
- - uses : actions/checkout@v2
326
+ - uses : actions/checkout@v3
327
327
- name : Cache conda
328
328
uses : actions/cache@v3
329
329
env :
@@ -393,7 +393,7 @@ jobs:
393
393
run :
394
394
shell : cmd
395
395
steps :
396
- - uses : actions/checkout@v2
396
+ - uses : actions/checkout@v3
397
397
- name : Cache conda
398
398
uses : actions/cache@v3
399
399
env :
You can’t perform that action at this time.
0 commit comments