diff --git a/test-project/.github/workflows/update-readme.yml b/test-project/.github/workflows/update-readme.yml index 913849a..cd56993 100644 --- a/test-project/.github/workflows/update-readme.yml +++ b/test-project/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.3.0 + uses: tj-actions/auto-doc@v3.4.0 - name: Run test uses: tj-actions/remark@v3 diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/update-readme.yml b/{{ cookiecutter.project_slug }}/.github/workflows/update-readme.yml index 3e84797..7b580cb 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/update-readme.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.3.0 + uses: tj-actions/auto-doc@v3.4.0 - name: Run test uses: tj-actions/remark@v3