Skip to content

Commit a8e82f3

Browse files
chore(deps-gha): 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](readmeio/rdme@v8...v10) --- updated-dependencies: - dependency-name: readmeio/rdme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68511ee commit a8e82f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rdme-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Run `docs` command 🚀
23-
uses: readmeio/rdme@v8
23+
uses: readmeio/rdme@v10
2424
with:
2525
rdme: docs ./reference --key=${{ secrets.README_API_KEY }} --version=3.26

.github/workflows/rdme-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Push docs to staging env 🚀
42-
uses: readmeio/rdme@v8
42+
uses: readmeio/rdme@v10
4343
with:
4444
rdme: docs ./reference --key=${{ secrets.README_API_KEY }} --version=0.0-pr-${{ github.event.number }}
4545

0 commit comments

Comments
 (0)