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