From 36fe20e20ce0315fb9f7741f2a8fd5ef205934bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:24:29 +0000 Subject: [PATCH] chore(deps): update dorny/paths-filter action to v4 --- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/pr-tofu-fmt-check.yml | 2 +- .github/workflows/pr-tofu-plan-develop.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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