diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index ad8ce6a..9ee7fcf 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Check for infrastructure file changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: base: ${{ github.event.before }} diff --git a/.github/workflows/pr-tofu-fmt-check.yml b/.github/workflows/pr-tofu-fmt-check.yml index cb3e00b..820c437 100644 --- a/.github/workflows/pr-tofu-fmt-check.yml +++ b/.github/workflows/pr-tofu-fmt-check.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Check for infrastructure file changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: # For new branches, compare against develop (the branch features are created from) diff --git a/.github/workflows/pr-tofu-plan-develop.yml b/.github/workflows/pr-tofu-plan-develop.yml index dc53226..ba4d017 100644 --- a/.github/workflows/pr-tofu-plan-develop.yml +++ b/.github/workflows/pr-tofu-plan-develop.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Check for infrastructure file changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: # Use the PR's base branch for comparison