From e85466c6a680a67ac4c8270b95d045b03ae33de2 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:38:23 +0000 Subject: [PATCH] chore(deps): update dorny/paths-filter action to v3 --- .github/workflows/get-changed-images.yaml | 2 +- .github/workflows/simple-checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-changed-images.yaml b/.github/workflows/get-changed-images.yaml index aa1c985bd..f0a6f25d6 100644 --- a/.github/workflows/get-changed-images.yaml +++ b/.github/workflows/get-changed-images.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Collect changed files - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 id: filter with: list-files: json diff --git a/.github/workflows/simple-checks.yaml b/.github/workflows/simple-checks.yaml index 24ee7e675..833ccae0d 100644 --- a/.github/workflows/simple-checks.yaml +++ b/.github/workflows/simple-checks.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Collect changed files - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 id: filter with: list-files: shell