|
32 | 32 | contents: write |
33 | 33 | steps: |
34 | 34 | - name: "Checkout Repository" |
35 | | - uses: actions/checkout@v5 |
| 35 | + uses: actions/checkout@v6 |
36 | 36 | with: |
37 | 37 | ref: ${{ github.event.inputs.branch }} |
38 | 38 |
|
|
85 | 85 | statuses: write # needed to update the commit status |
86 | 86 | steps: |
87 | 87 | - name: "Checkout repository" |
88 | | - uses: actions/checkout@v5 |
| 88 | + uses: actions/checkout@v6 |
89 | 89 | with: |
90 | 90 | ref: ${{ needs.bump-version.outputs.release-branch }} |
91 | 91 |
|
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | runs-on: ubuntu-latest |
116 | 116 | steps: |
117 | 117 | - name: "Checkout repository" |
118 | | - uses: actions/checkout@v5 |
| 118 | + uses: actions/checkout@v6 |
119 | 119 | with: |
120 | 120 | ref: ${{ needs.bump-version.outputs.release-branch }} |
121 | 121 |
|
@@ -162,12 +162,12 @@ jobs: |
162 | 162 | pull-requests: write |
163 | 163 | steps: |
164 | 164 | - name: "Checkout Code Repository" |
165 | | - uses: actions/checkout@v5 |
| 165 | + uses: actions/checkout@v6 |
166 | 166 | with: |
167 | 167 | ref: ${{ needs.bump-version.outputs.release-branch }} |
168 | 168 | token: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }} |
169 | 169 | - name: "Checkout Docs Repository" |
170 | | - uses: actions/checkout@v5 |
| 170 | + uses: actions/checkout@v6 |
171 | 171 | with: |
172 | 172 | repository: ${{ env.DOCS_REPO }} |
173 | 173 | path: .ai-sdk-docs |
@@ -243,7 +243,7 @@ jobs: |
243 | 243 | pull-requests: write |
244 | 244 | steps: |
245 | 245 | - name: "Checkout Repository" |
246 | | - uses: actions/checkout@v5 |
| 246 | + uses: actions/checkout@v6 |
247 | 247 | with: |
248 | 248 | ref: ${{ needs.bump-version.outputs.release-branch }} |
249 | 249 | 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. |
@@ -282,7 +282,7 @@ jobs: |
282 | 282 | if: ${{ failure() }} |
283 | 283 | steps: |
284 | 284 | - name: "Checkout Repository" |
285 | | - uses: actions/checkout@v5 |
| 285 | + uses: actions/checkout@v6 |
286 | 286 | with: |
287 | 287 | ref: ${{ github.event.inputs.branch }} |
288 | 288 |
|
|
0 commit comments