Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e00824c
Bump respec from 35.6.0 to 35.6.1
dependabot[bot] Nov 25, 2025
5fd82ba
Merge pull request #5142 from OAI/dependabot/npm_and_yarn/respec-35.6.1
ralfhandl Nov 25, 2025
d63da86
Merge main into dev-sync-with-main
github-actions[bot] Nov 25, 2025
c973640
Bump the vitest group with 2 updates
dependabot[bot] Nov 26, 2025
78d1a4e
Merge pull request #5144 from OAI/dependabot/npm_and_yarn/vitest-3126…
ralfhandl Nov 26, 2025
99e254e
Merge main into dev-sync-with-main
github-actions[bot] Nov 26, 2025
d38fece
Bump the vitest group with 2 updates
dependabot[bot] Dec 3, 2025
e771a3a
Merge pull request #5147 from OAI/dependabot/npm_and_yarn/vitest-9dd8…
ralfhandl Dec 3, 2025
03b9421
Merge main into dev-sync-with-main
github-actions[bot] Dec 3, 2025
158f0d3
Bump @hyperjump/json-schema-coverage from 1.1.2 to 1.2.1
dependabot[bot] Dec 8, 2025
7004799
Bump markdownlint-cli2 from 0.19.1 to 0.20.0
dependabot[bot] Dec 8, 2025
de38f54
Bump peter-evans/create-pull-request from 7 to 8
dependabot[bot] Dec 10, 2025
6c49bf6
Merge pull request #5150 from OAI/dependabot/npm_and_yarn/hyperjump/j…
ralfhandl Dec 11, 2025
6f4c3cb
Merge main into dev-sync-with-main
github-actions[bot] Dec 11, 2025
e9774cf
Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-cli2-0.…
ralfhandl Dec 11, 2025
1fff3cd
Merge pull request #5151 from OAI/dependabot/npm_and_yarn/markdownlin…
ralfhandl Dec 11, 2025
81569f4
Merge main into dev-sync-with-main
github-actions[bot] Dec 11, 2025
5c6c818
Bump yaml from 2.8.1 to 2.8.2
dependabot[bot] Dec 11, 2025
93a589f
Merge pull request #5152 from OAI/dependabot/github_actions/peter-eva…
ralfhandl Dec 11, 2025
281bfe5
Merge main into dev-sync-with-main
github-actions[bot] Dec 11, 2025
2ec093b
Merge pull request #5146 from OAI/dependabot/npm_and_yarn/yaml-2.8.2
ralfhandl Dec 11, 2025
5d3cc49
Merge main into dev-sync-with-main
github-actions[bot] Dec 11, 2025
b19c795
Merge pull request #5143 from OAI/dev-sync-with-main
ralfhandl Dec 11, 2025
fd1d85a
Merge dev into v3.2-dev-sync-with-dev
github-actions[bot] Dec 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/respec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: scripts/md2html/build.sh

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
token: ${{ steps.generate-token.outputs.token }}
branch: openapi-spec-versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schema-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: scripts/schema-publish.sh

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
token: ${{ steps.generate-token.outputs.token }}
branch: openapi-${{ github.ref_name }}-schema-iterations
Expand Down
Loading