From 70d6677420f92da2f17923bf0497fd38a6c7d9e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:53:52 +0000 Subject: [PATCH 1/2] chore(deps): update tj-actions/verify-changed-files action to v13 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | From 1d0a36c98ecbfd08b0558fa41edb8b2a176a7385 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 15 Dec 2022 13:10:14 -0700 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: