From f042d742db5dd7c2fc7e588f36cf0558cd921638 Mon Sep 17 00:00:00 2001 From: appleboy Date: Tue, 29 Oct 2024 21:22:29 +0800 Subject: [PATCH] ci(github): improve system performance and stability - Downgrade `tj-actions/changed-files` action from version `v46` to `v45` Signed-off-by: appleboy --- .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 e4c7069..fb616d9 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@v46 + uses: tj-actions/changed-files@v45 with: since_last_remote_commit: true separator: ","