diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 843c1fa5494..55708ac380f 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v12 + uses: tj-actions/verify-changed-files@v13 id: verify_changed_files with: files: | diff --git a/action.yml b/action.yml index 0e21d02f080..86cc8e7059e 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ inputs: required: false default: "" files_ignore_separator: - description: "Separator used to split the `files-ignore` input" + description: "Separator used to split the `files_ignore` input" default: "\n" required: false files_ignore_from_source_file: