From bd7786f498400cb5725fc0d1dcf2794a4baf2895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:55:47 +0100 Subject: [PATCH] build(deps): Bump readmeio/rdme from 8 to 9 (#148) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/api_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index 61853ae6..5aaa3a3c 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -62,6 +62,6 @@ jobs: - name: Sync docs for ${{ matrix.hs-docs-version }} if: github.event_name == 'push' - uses: readmeio/rdme@v8 + uses: readmeio/rdme@v9 with: rdme: docs ./docs/pydoc/temp --key=${{ secrets.README_API_KEY }} --version=${{ matrix.hs-docs-version }}