From a03e522e8ef7b57657c25b8dff2897e8249277e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:28:20 +0000 Subject: [PATCH] chore(deps): update fkirc/skip-duplicate-actions action to v5.3.2 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index a20d51c..8f0319e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check if pre-commit should run on all files id: run-all-files - uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1 + uses: fkirc/skip-duplicate-actions@b974a9395958c231af965b70070979a577efa578 # v5.3.2 continue-on-error: true with: do_not_skip: '["schedule", "workflow_dispatch"]'