File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 0 # Required to push to the documentation branch
4444 ref : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 4444 python-versions : ${{ steps.get-versions.outputs.python-versions }}
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848
4949 - name : Get Python versions from pyproject.toml
5050 id : get-versions
6969 runs-on : ubuntu-latest
7070 steps :
7171 - name : Checkout code
72- uses : actions/checkout@v5
72+ uses : actions/checkout@v6
7373
7474 - name : Set up uv
7575 uses : astral-sh/setup-uv@v7
@@ -145,7 +145,7 @@ jobs:
145145 pull-requests : write
146146 steps :
147147 - name : Checkout
148- uses : actions/checkout@v5
148+ uses : actions/checkout@v6
149149 with :
150150 fetch-depth : 2
151151
Original file line number Diff line number Diff line change 3838 git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
3939
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 0
4444 ref : ${{ github.sha }}
@@ -122,7 +122,7 @@ jobs:
122122 id-token : write
123123 steps :
124124 - name : Checkout repository
125- uses : actions/checkout@v5
125+ uses : actions/checkout@v6
126126 with :
127127 ref : ${{ needs.release.outputs.next-tag }}
128128
@@ -157,7 +157,7 @@ jobs:
157157 contents : write
158158 steps :
159159 - name : checkout repository
160- uses : actions/checkout@v5
160+ uses : actions/checkout@v6
161161 with :
162162 fetch-depth : 0 # Required to push to the documentation branch
163163
You can’t perform that action at this time.
0 commit comments