Skip to content

Commit c6930be

Browse files
chore(deps-gha): bump readmeio/rdme from 10.5.1 to 10.5.3 (#2163)
* chore(deps-gha): bump readmeio/rdme from 10.5.1 to 10.5.3 Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 10.5.1 to 10.5.3. - [Release notes](https://github.com/readmeio/rdme/releases) - [Changelog](https://github.com/readmeio/rdme/blob/next/CHANGELOG.md) - [Commits](readmeio/rdme@b422004...62bc5a4) --- updated-dependencies: - dependency-name: readmeio/rdme dependency-version: 10.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * change publish spec --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tiffany Qi <[email protected]>
1 parent 417a40a commit c6930be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/rdme-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Run `docs` command 🚀
23-
uses: readmeio/rdme@b42200405455d8a58572aae4a341a23ff934ae38 # rdme version 10.5.1
23+
uses: readmeio/rdme@62bc5a43208c46fc0d90c78ebeddf0365a41b2cc # rdme version 10.5.3
2424
with:
2525
rdme: reference upload ./reference --key=${{ secrets.README_API_KEY }} --branch=3.27

.github/workflows/rdme-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fi
5252
5353
- name: Push docs to version 🚀
54-
uses: readmeio/rdme@b42200405455d8a58572aae4a341a23ff934ae38 # rdme version 10.5.1
54+
uses: readmeio/rdme@62bc5a43208c46fc0d90c78ebeddf0365a41b2cc # rdme version 10.5.3
5555
with:
5656
rdme: reference upload ./reference --key=${{ secrets.README_API_KEY }} --branch=3.27-pr-${{ github.event.number }}
5757

openapi/publish.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ async function updateSpecs() {
6464

6565
// validate and publish spec
6666
console.log(`Updating ${spec.info.title} (${specFile})`);
67-
await execAndLog('npx', ['[email protected].1', 'openapi:validate', fullPath]);
67+
await execAndLog('npx', ['[email protected].3', 'openapi:validate', fullPath]);
6868
// publish the json version
6969
await execAndLog(
7070
'npx', [
71-
71+
7272
'openapi',
7373
'upload',
7474
`${fullPath}`,

0 commit comments

Comments
 (0)