3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : " Checkout Repository"
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 ref : ${{ github.event.inputs.branch }}
3737
8484 statuses : write # needed to update the commit status
8585 steps :
8686 - name : " Checkout repository"
87- uses : actions/checkout@v5
87+ uses : actions/checkout@v6
8888 with :
8989 ref : ${{ needs.bump-version.outputs.release-branch }}
9090
@@ -120,7 +120,7 @@ jobs:
120120 runs-on : ubuntu-latest
121121 steps :
122122 - name : " Checkout repository"
123- uses : actions/checkout@v5
123+ uses : actions/checkout@v6
124124 with :
125125 ref : ${{ needs.bump-version.outputs.release-branch }}
126126
@@ -163,7 +163,7 @@ jobs:
163163 statuses : write # needed to update the commit status
164164 steps :
165165 - name : " Checkout repository"
166- uses : actions/checkout@v5
166+ uses : actions/checkout@v6
167167 with :
168168 ref : ${{ needs.create-release.outputs.release-name }}
169169 - name : " Trigger workflow (ignore failures)"
@@ -182,12 +182,12 @@ jobs:
182182 runs-on : ubuntu-latest
183183 steps :
184184 - name : " Checkout Code Repository"
185- uses : actions/checkout@v5
185+ uses : actions/checkout@v6
186186 with :
187187 ref : ${{ needs.bump-version.outputs.release-branch }}
188188 token : ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
189189 - name : " Checkout Docs Repository"
190- uses : actions/checkout@v5
190+ uses : actions/checkout@v6
191191 with :
192192 repository : ${{ env.DOCS_REPO }}
193193 path : .cloud-sdk-docs
@@ -260,7 +260,7 @@ jobs:
260260 runs-on : ubuntu-latest
261261 steps :
262262 - name : " Checkout Repository"
263- uses : actions/checkout@v5
263+ uses : actions/checkout@v6
264264 with :
265265 ref : ${{ needs.bump-version.outputs.release-branch }}
266266 token : ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }} # this is needed so that the same token is used when pushing our changes later. Otherwise, our on: push workflows (i.e. our continuous integration) won't be triggered.
@@ -300,7 +300,7 @@ jobs:
300300 if : ${{ failure() }}
301301 steps :
302302 - name : " Checkout Repository"
303- uses : actions/checkout@v5
303+ uses : actions/checkout@v6
304304 with :
305305 ref : ${{ github.event.inputs.branch }}
306306
0 commit comments