From 7622c01418bb85cb0b93dc636050db7d64f90245 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 27 Aug 2024 21:02:52 +0800 Subject: [PATCH] chore: update tj-actions/changed-files action version - Update the version of the `tj-actions/changed-files` action from `v44` to `v46` Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35f435c..e4c7069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: since_last_remote_commit: true separator: ","