File tree 2 files changed +5
-5
lines changed
node_library/.github/workflows
python_notebooks_testing_pipeline/.github/workflows
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
node : [10, 12, 14, 16]
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v3
16
16
with :
17
17
node-version : ${{ '{{' }} matrix.node {{ '}}' }}
29
29
windows :
30
30
runs-on : windows-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3
33
33
- uses : actions/setup-node@v3
34
34
with :
35
35
node-version : 14
40
40
lint :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v3
44
44
- uses : actions/setup-node@v3
45
45
with :
46
46
node-version : 14
49
49
docs :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v3
53
53
- uses : actions/setup-node@v3
54
54
with :
55
55
node-version : 14
Original file line number Diff line number Diff line change 9
9
- name : Set up Python
10
10
uses : actions/setup-python@v3
11
11
- name : Fetch pull request branch
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Fetch base main branch
You can’t perform that action at this time.
0 commit comments