From 89611f9a01aebe00ef203011753cf38977e9d37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:49:56 +0000 Subject: [PATCH] chore(deps-gha): bump readmeio/rdme from 8 to 9 Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 8 to 9. - [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/v8...v9) --- updated-dependencies: - dependency-name: readmeio/rdme dependency-type: direct:production update-type: version-update:semver-major ... 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 7e89ac3af0..d0cea56fe5 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@v8 + uses: readmeio/rdme@v9 with: rdme: docs ./reference --key=${{ secrets.README_API_KEY }} --version=3.26 diff --git a/.github/workflows/rdme-staging.yml b/.github/workflows/rdme-staging.yml index e24a727e5d..7a3649013b 100644 --- a/.github/workflows/rdme-staging.yml +++ b/.github/workflows/rdme-staging.yml @@ -39,7 +39,7 @@ jobs: fi - name: Push docs to staging env 🚀 - uses: readmeio/rdme@v8 + uses: readmeio/rdme@v9 with: rdme: docs ./reference --key=${{ secrets.README_API_KEY }} --version=0.0-pr-${{ github.event.number }}