From 86b114f53db6e6eec7c3c31cfa2c76af8434f1ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:49:20 +0000 Subject: [PATCH] chore(deps): bump readmeio/rdme from 8 to 10 Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 8 to 10. - [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...v10) --- updated-dependencies: - dependency-name: readmeio/rdme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index b8d9655dec..d4bedfcffa 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@v4 - name: Sync docs to ReadMe - uses: readmeio/rdme@v8 + uses: readmeio/rdme@v10 with: rdme: docs ./docs --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ secrets.README_DEVELOPERS_MAIN_VERSION }}