From 9ffea9a76052ce98f5d34607a3263990985eb48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:04:21 +0000 Subject: [PATCH] chore(deps-gha): 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/62bc5a43208c46fc0d90c78ebeddf0365a41b2cc...5d702394cb1fd1dc3fab6e0769b44b56c9d425d1) --- 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/rdme-docs.yml | 2 +- .github/workflows/rdme-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rdme-docs.yml b/.github/workflows/rdme-docs.yml index 2995aa441e..ff01cd363f 100644 --- a/.github/workflows/rdme-docs.yml +++ b/.github/workflows/rdme-docs.yml @@ -20,6 +20,6 @@ jobs: uses: actions/checkout@v4 - name: Run `docs` command 🚀 - uses: readmeio/rdme@62bc5a43208c46fc0d90c78ebeddf0365a41b2cc # rdme version 10.5.3 + uses: readmeio/rdme@5d702394cb1fd1dc3fab6e0769b44b56c9d425d1 # rdme version 10.6.0 with: rdme: reference upload ./reference --key=${{ secrets.README_API_KEY }} --branch=3.27 diff --git a/.github/workflows/rdme-staging.yml b/.github/workflows/rdme-staging.yml index 848232ca6a..4136ac7dbe 100644 --- a/.github/workflows/rdme-staging.yml +++ b/.github/workflows/rdme-staging.yml @@ -51,7 +51,7 @@ jobs: fi - name: Push docs to version 🚀 - uses: readmeio/rdme@62bc5a43208c46fc0d90c78ebeddf0365a41b2cc # rdme version 10.5.3 + uses: readmeio/rdme@5d702394cb1fd1dc3fab6e0769b44b56c9d425d1 # rdme version 10.6.0 with: rdme: reference upload ./reference --key=${{ secrets.README_API_KEY }} --branch=3.27-pr-${{ github.event.number }}