From 3cece4fff5827c4ed1116d0e5c8ba3afdf481d0a Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 11 Feb 2021 10:04:57 +0000 Subject: [PATCH] chore: sync workflows --- .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 48623f0..5a8b8c3 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -15,7 +15,7 @@ jobs: with: CONFIG_FILENAME: workflow-settings.json, workflow-details.json IGNORE_WARNING: 'true' - - uses: technote-space/toc-generator@v3 + - uses: technote-space/toc-generator@v4 with: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_BRANCH_PREFIX: ${{ env.BRANCH_PREFIX }}