File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 os : [ ubuntu-latest ]
1717 steps :
1818 - name : Checkout Code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Set up Python ${{ matrix.python }}
2121 uses : actions/setup-python@v6
2222 with :
Original file line number Diff line number Diff line change 99 name : Python Doc Builder
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Set up Python
1414 uses : actions/setup-python@v6
1515 with :
Original file line number Diff line number Diff line change 1414 permissions :
1515 id-token : write
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
Original file line number Diff line number Diff line change 1111 name : Python Snapshot Builder
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Set up Python
1616 uses : actions/setup-python@v6
1717 with :
You can’t perform that action at this time.
0 commit comments