File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 os : [ ubuntu-latest ]
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python }}
1919 uses : actions/setup-python@v4
2020 with :
Original file line number Diff line number Diff line change 1010 name : Python Doc Builder
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Set up Python
1515 uses : actions/setup-python@v4
1616 with :
Original file line number Diff line number Diff line change 99 name : Python Release Builder
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up Python
1414 uses : actions/setup-python@v4
1515 with :
Original file line number Diff line number Diff line change 99 name : Python Snapshot Builder
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up Python
1414 uses : actions/setup-python@v4
1515 with :
You can’t perform that action at this time.
0 commit comments