From c440a9b85f22f9d61197dda8a580574e78154100 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 May 2021 06:02:51 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/renovate.yml | 2 +- .github/workflows/synchronize.repo-content.yml | 2 +- .github/workflows/toc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8769369d..2a10798d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: '1' # https://github.com/renovatebot/github-action install renovate app - name: run renovate across repositories - uses: renovatebot/github-action@v24.119.14 + uses: renovatebot/github-action@v24.119.15 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/.github/workflows/synchronize.repo-content.yml b/.github/workflows/synchronize.repo-content.yml index 2e9bc6ee..0f6c65d9 100644 --- a/.github/workflows/synchronize.repo-content.yml +++ b/.github/workflows/synchronize.repo-content.yml @@ -47,7 +47,7 @@ jobs: run: echo "::set-output name=CURRENT_DATE::$(date -u +'%Y-%m-%dT%H-%M')" # Step 3: Display a message if 'sync' step had new commits (simple test) - - uses: tgymnich/fork-sync@v1.4 + - uses: tgymnich/fork-sync@v1.5 with: base: main head: main diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 2ed9bd53..d6e51ee5 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -20,7 +20,7 @@ jobs: name: toc generator runs-on: ubuntu-latest steps: - - uses: technote-space/toc-generator@v4.1.1 + - uses: technote-space/toc-generator@v4.1.2 with: TARGET_PATHS: "README.md" INCLUDE_LABELS: documentation