File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 # Steps represent a sequence of tasks that will be executed as part of the job
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Set up Python
2121 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 88 publish-documentation :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : actions/setup-python@v6
1313 with :
1414 python-version : ' 3.x'
Original file line number Diff line number Diff line change 1515 publish-package :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
18+ - uses : actions/checkout@v6
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.x'
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 os : [ ubuntu-latest, windows-latest, macOS-latest ]
1717 runs-on : ${{matrix.os}}
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v6
2222 with :
You can’t perform that action at this time.
0 commit comments