mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
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:
parent
dabebdd230
commit
53c4f8af46
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stainless-builds.yml
vendored
4
.github/workflows/stainless-builds.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue