Skip to content

Commit 123cda1

Browse files
committed
Merge branch 'I753325-426' of https://github.com/SAP/ai-sdk-js into I753325-426
2 parents b0263a4 + ef60e1c commit 123cda1

File tree

5 files changed

+102
-102
lines changed

5 files changed

+102
-102
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
node-version: ${{ vars.DEFAULT_NODE_VERSION }}
5151
- name: Checkout Docs Repo
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
repository: ${{ env.DOCS_REPO }}
5555
token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Determine Changed Files
1515
id: changed-files
1616
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"check:deps": "pnpm -r -F !./tests/smoke-tests -F !./sample-cap exec depcheck --ignores=\"nock,@jest/globals\" --quiet"
3434
},
3535
"devDependencies": {
36-
"orval": "^7.16.1",
36+
"orval": "^7.17.0",
3737
"zod": "^3.25.76",
3838
"@changesets/cli": "^2.29.7",
3939
"@jest/globals": "^30.2.0",

0 commit comments

Comments
 (0)