From ba2dcf66a0bc19f2e987177be9d688e85dceb1e5 Mon Sep 17 00:00:00 2001 From: Bharathvaj <16360498+bharathvaj-ganesan@users.noreply.github.com> Date: Mon, 13 Feb 2023 10:44:36 +0530 Subject: [PATCH] Update README.md Replace the usage example of `futuratrepadeira/changed-files` GH action with `umani/changed-files` as user account is renamed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 280000e..96f9de3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: include: '["\\.ts$"]' - name: Detecting files changed id: files - uses: futuratrepadeira/changed-files@v3.3.0 + uses: umani/changed-files@v4.0.0 with: repo-token: ${{ github.token }} pattern: '^.*\.ts$'