diff --git a/.github/workflows/build_centos7.yml b/.github/workflows/build_centos7.yml index ce5a3131d..393a1c96e 100644 --- a/.github/workflows/build_centos7.yml +++ b/.github/workflows/build_centos7.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v32 + uses: tj-actions/changed-files@v44 with: files: | docker/centos7-system-deps diff --git a/.github/workflows/centos-release.yml b/.github/workflows/centos-release.yml index d79156aed..4daafb134 100644 --- a/.github/workflows/centos-release.yml +++ b/.github/workflows/centos-release.yml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v32 + uses: tj-actions/changed-files@v44 with: files: | docker/centos7-system-deps diff --git a/.github/workflows/centos7-system-deps-build.yml b/.github/workflows/centos7-system-deps-build.yml index bae1097b8..39cc66dd0 100644 --- a/.github/workflows/centos7-system-deps-build.yml +++ b/.github/workflows/centos7-system-deps-build.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v32 + uses: tj-actions/changed-files@v44 with: files: | docker/centos7-system-deps