From 06607d151059c1cc3a6ed12b8e7799464fd0c5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:47:14 +0000 Subject: [PATCH] Bump technote-space/toc-generator from 2.4.0 to 4.3.1 Bumps [technote-space/toc-generator](https://github.com/technote-space/toc-generator) from 2.4.0 to 4.3.1. - [Release notes](https://github.com/technote-space/toc-generator/releases) - [Changelog](https://github.com/technote-space/toc-generator/blob/main/.releasegarc) - [Commits](https://github.com/technote-space/toc-generator/compare/v2.4.0...v4.3.1) --- updated-dependencies: - dependency-name: technote-space/toc-generator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index f7519c3d..0f2c6750 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -10,6 +10,6 @@ jobs: name: TOC Generator runs-on: ubuntu-latest steps: - - uses: technote-space/toc-generator@v2.4.0 + - uses: technote-space/toc-generator@v4.3.1 with: TOC_TITLE: "## Table of Contents" \ No newline at end of file