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 1414 name : " Execute and convert the notebooks to HTML"
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818
1919 - name : Set up Python
2020 uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 1616 name : " Execute and convert the notebooks to HTML"
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 if : contains(github.event.pull_request.labels.*.name, 'infrastructure')
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 with :
2424 fetch-depth : 0
2525
You can’t perform that action at this time.
0 commit comments