diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd70f4f..17bad34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: persist-credentials: false - name: Detect file changes - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 + uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3 id: filter with: filters: | diff --git a/.github/workflows/test-private-workflows.yml b/.github/workflows/test-private-workflows.yml index 8b00204..9bd2abf 100644 --- a/.github/workflows/test-private-workflows.yml +++ b/.github/workflows/test-private-workflows.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Detect file changes - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 + uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3 id: filter with: filters: | diff --git a/.github/workflows/test-public-workflows.yml b/.github/workflows/test-public-workflows.yml index 78108a4..124ffb2 100644 --- a/.github/workflows/test-public-workflows.yml +++ b/.github/workflows/test-public-workflows.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Detect file changes - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 + uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3 id: filter with: filters: |