From 3836368276375ac3009445d9d36028a495fcd93c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Oct 2020 14:23:38 +0000 Subject: [PATCH] Update technote-space/toc-generator action to v2.5.1 --- .github/workflows/update-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index 20e965f91..926b3032a 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -16,7 +16,7 @@ jobs: steps: - name: TOC Generator - uses: technote-space/toc-generator@v2.4.0 + uses: technote-space/toc-generator@v2.5.1 with: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_PATHS: 'CHANGELOG.md'