chore(github-deps): bump stainless-api/upload-openapi-spec-action

Bumps [stainless-api/upload-openapi-spec-action](https://github.com/stainless-api/upload-openapi-spec-action) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/stainless-api/upload-openapi-spec-action/releases)
- [Changelog](https://github.com/stainless-api/upload-openapi-spec-action/blob/main/CHANGELOG.md)
- [Commits](32823b096b...9133735bca)

---
updated-dependencies:
- dependency-name: stainless-api/upload-openapi-spec-action
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-22 20:03:58 +00:00 committed by GitHub
parent dabebdd230
commit 53c4f8af46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ jobs:
fetch-depth: 2 fetch-depth: 2
- name: Run preview builds - name: Run preview builds
uses: stainless-api/upload-openapi-spec-action/preview@32823b096b4319c53ee948d702d9052873af485f # 1.6.0 uses: stainless-api/upload-openapi-spec-action/preview@9133735bca5ce0a1df7d3b26e75364e26137a016 # 1.7.0
with: with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }} stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
org: ${{ env.STAINLESS_ORG }} org: ${{ env.STAINLESS_ORG }}
@ -132,7 +132,7 @@ jobs:
# against the preview branch to complete, but assuming that # against the preview branch to complete, but assuming that
# the preview job happens before the PR merge, it should be fine. # the preview job happens before the PR merge, it should be fine.
- name: Run merge build - name: Run merge build
uses: stainless-api/upload-openapi-spec-action/merge@32823b096b4319c53ee948d702d9052873af485f # 1.6.0 uses: stainless-api/upload-openapi-spec-action/merge@9133735bca5ce0a1df7d3b26e75364e26137a016 # 1.7.0
with: with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }} stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
org: ${{ env.STAINLESS_ORG }} org: ${{ env.STAINLESS_ORG }}