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@v4
17+ uses : actions/checkout@v5
1818 - name : Set up Python ${{ matrix.python }}
1919 uses : actions/setup-python@v6
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@v4
13+ - uses : actions/checkout@v5
1414 - name : Set up Python
1515 uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 1212 permissions :
1313 id-token : write
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 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@v4
12+ - uses : actions/checkout@v5
1313 - name : Set up Python
1414 uses : actions/setup-python@v6
1515 with :
You can’t perform that action at this time.
0 commit comments