diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index ef7322c12fe..dc5eb31cc44 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: Collect changed files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 id: filter with: list-files: shell diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index eef20bffe65..6c22be8317e 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -37,7 +37,7 @@ jobs: - name: Filter paths id: filter - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 with: list-files: json filters: | diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 5193634ea87..06a66aae08d 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -32,7 +32,7 @@ jobs: - name: Filter paths id: filter - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 with: list-files: json filters: |