From 121e8d29f06bf5aebba77d0adf6ba7d095c7f082 Mon Sep 17 00:00:00 2001 From: Superskyyy Date: Sun, 17 Mar 2024 08:59:24 -0400 Subject: [PATCH] Bump up changed-files GHA (#12032) --- .github/workflows/skywalking.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml index 967b418f2c..f773a07b6a 100644 --- a/.github/workflows/skywalking.yaml +++ b/.github/workflows/skywalking.yaml @@ -117,8 +117,8 @@ jobs: submodules: true - name: Filter OAP id: filter-oap - # The GHA version is pinned by infra - uses: tj-actions/changed-files@v35.9.2 + # The GHA version is pinned by infra (2024-03-17) + uses: tj-actions/changed-files@v43.0.0 with: files_ignore: | **/*.{md,txt} @@ -139,13 +139,13 @@ jobs: component-libraries.yml - name: Filter POM id: filter-pom - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v43.0.0 with: files: | **/pom.xml - name: Filter UI id: filter-ui - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v43.0.0 with: files: | skywalking-ui