From 9b45e6bb60ea092c75f675b9e7e1143dcec51d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:48:51 +0000 Subject: [PATCH] Bump tj-actions/auto-doc from 3.5.0 to 3.6.0 Bumps [tj-actions/auto-doc](https://github.com/tj-actions/auto-doc) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/tj-actions/auto-doc/releases) - [Changelog](https://github.com/tj-actions/auto-doc/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/auto-doc/compare/79cbc18cd7c4b037bb2fe25199cb14fef4bbad43...b10ceedffd794ec29a8fa8700529f40c1b64a951) --- updated-dependencies: - dependency-name: tj-actions/auto-doc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 628a239..79393c2 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@79cbc18cd7c4b037bb2fe25199cb14fef4bbad43 # v3.5.0 + uses: tj-actions/auto-doc@b10ceedffd794ec29a8fa8700529f40c1b64a951 # v3.6.0 with: use_code_blocks: true use_major_version: true