Skip to content

Commit 728abf0

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/form-data-4.0.4
2 parents 4dac3a9 + 34afb83 commit 728abf0

File tree

4 files changed

+19
-152
lines changed

4 files changed

+19
-152
lines changed

.github/workflows/co-op-translator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/validate-markdown.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout Repo
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828
- name: Check broken Paths
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout Repo
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
ref: ${{ github.event.pull_request.head.sha }}
4646
- name: Run Check paths tracking
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout Repo
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262
with:
6363
ref: ${{ github.event.pull_request.head.sha }}
6464
- name: Run Check URLs tracking
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Checkout Repo
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080
with:
8181
ref: ${{ github.event.pull_request.head.sha }}
8282
- name: Run Check URLs Country Locale
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Checkout Repo
96-
uses: actions/checkout@v4
96+
uses: actions/checkout@v5
9797
with:
9898
ref: ${{ github.event.pull_request.head.sha }}
9999
- name: Run Check Broken URLs

package-lock.json

Lines changed: 12 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"dependencies": {
2929
"@azure-rest/ai-inference": "^1.0.0-beta.2",
3030
"@azure/core-auth": "^1.9.0",
31-
"openai": "^4.103.0"
31+
"openai": "^5.12.2"
3232
}
3333
}

0 commit comments

Comments
 (0)