From 9c494db766ddc9269e96a1a9bd80a87306724d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 05:01:32 +0000 Subject: [PATCH] Bump readmeio/rdme from 10.5.3 to 10.6.0 Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 10.5.3 to 10.6.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/10.5.3...10.6.0) --- updated-dependencies: - dependency-name: readmeio/rdme dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/oas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oas.yml b/.github/workflows/oas.yml index 2717150..49856c9 100644 --- a/.github/workflows/oas.yml +++ b/.github/workflows/oas.yml @@ -14,6 +14,6 @@ jobs: uses: actions/checkout@v6 - name: Update API docs - uses: readmeio/rdme@10.5.3 + uses: readmeio/rdme@10.6.0 with: rdme: openapi ./docs/api.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.README_API_DEFINITION_ID }}