From 8edf91397c5657021e3566b64015235fe4bccb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:40:13 +0000 Subject: [PATCH] Bump readmeio/rdme from 8.6.4 to 8.6.6 Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 8.6.4 to 8.6.6. - [Release notes](https://github.com/readmeio/rdme/releases) - [Changelog](https://github.com/readmeio/rdme/blob/next/CHANGELOG.md) - [Commits](https://github.com/readmeio/rdme/compare/8.6.4...8.6.6) --- updated-dependencies: - dependency-name: readmeio/rdme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-QA-api-docs-to-Readme.yml | 2 +- .github/workflows/deploy-api-docs-to-readme.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-QA-api-docs-to-Readme.yml b/.github/workflows/deploy-QA-api-docs-to-Readme.yml index b7d1129..a8e5112 100644 --- a/.github/workflows/deploy-QA-api-docs-to-Readme.yml +++ b/.github/workflows/deploy-QA-api-docs-to-Readme.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: readmeio/rdme@8.6.4 + - uses: readmeio/rdme@8.6.6 with: rdme: openapi ./fire-business-api-v1.yaml --workingDirectory=src --key=${{ secrets.README_API_KEY }} --id=6422b12bda8f98007a573637 # 6422b12bda8f98007a57366d is the _id for the v1.0-qa version. Got this from the ReadMe https://dash.readme.com/project/fire-business-api/v1.0-qa/reference diff --git a/.github/workflows/deploy-api-docs-to-readme.yml b/.github/workflows/deploy-api-docs-to-readme.yml index 2864466..8c41768 100644 --- a/.github/workflows/deploy-api-docs-to-readme.yml +++ b/.github/workflows/deploy-api-docs-to-readme.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: readmeio/rdme@8.6.4 + - uses: readmeio/rdme@8.6.6 with: rdme: openapi ./fire-business-api-v1.yaml --workingDirectory=src --key=${{ secrets.README_API_KEY }} --id=6136360239a7a64894f1c269 # 6136360239a7a64894f1c269 is the _id for the v1.0 version. Got this from the ReadMe https://dash.readme.com/project/fire-business-api/v1.0/reference @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: readmeio/rdme@8.6.4 + - uses: readmeio/rdme@8.6.6 with: rdme: docs guides --key=${{ secrets.README_API_KEY }} --version=v1.0 \ No newline at end of file