diff --git a/.github/workflows/php-static-analysis.yml b/.github/workflows/php-static-analysis.yml index 46c244f..50a1e1e 100644 --- a/.github/workflows/php-static-analysis.yml +++ b/.github/workflows/php-static-analysis.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Identify Changed PHP Files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: filter with: filters: | diff --git a/.github/workflows/pint-lint.yml b/.github/workflows/pint-lint.yml index 5ea8580..8c499a8 100644 --- a/.github/workflows/pint-lint.yml +++ b/.github/workflows/pint-lint.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Identify Changed PHP Files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: filter with: filters: |