From 172948e78e18a6d7e32a549f6efa6494d7cd1dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:40:06 +0000 Subject: [PATCH] Bump readmeio/rdme from 8.6.6 to 10.0.0 Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 8.6.6 to 10.0.0. - [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/51a80867c45de15e2b41af0c4bd5bbc61b932804...eaa40e87de6d5fe6c43b77c5339e026d21cf2a8b) --- updated-dependencies: - dependency-name: readmeio/rdme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index b3c0dbfdd8..bceee9b19e 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -33,11 +33,11 @@ jobs: echo "ID=$ID" >> $GITHUB_ENV - name: API - uses: readmeio/rdme@51a80867c45de15e2b41af0c4bd5bbc61b932804 # v8.6.6 + uses: readmeio/rdme@eaa40e87de6d5fe6c43b77c5339e026d21cf2a8b # v10.0.0 with: rdme: openapi ./api/swagger/swagger.json --id=${{ env.ID }} --key=${{ secrets.README_TOKEN }} - name: Markdown docs - uses: readmeio/rdme@51a80867c45de15e2b41af0c4bd5bbc61b932804 # v8.6.6 + uses: readmeio/rdme@eaa40e87de6d5fe6c43b77c5339e026d21cf2a8b # v10.0.0 with: rdme: docs docs/api --version=${{ env.VERSION }} --key=${{ secrets.README_TOKEN }}