From f4d8c5b6731755d8f1549259ba8ada57e04c0952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:48:15 +0000 Subject: [PATCH] chore(deps): update restyled-io/actions action to v4.4.25 --- .github/workflows/restyled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/restyled.yml b/.github/workflows/restyled.yml index b3c21776..1153c7a0 100644 --- a/.github/workflows/restyled.yml +++ b/.github/workflows/restyled.yml @@ -42,10 +42,10 @@ jobs: git checkout -B "$HEAD_REF" - name: Setup Restyled - uses: restyled-io/actions/setup@f31a2185676c560a98c4f9e0185e9bfe8ec3eaf9 # v4.4.24 + uses: restyled-io/actions/setup@3cbe3589c03eeda1e0fba73a39971ab2c1a41185 # v4.4.25 - name: Run Restyled - uses: restyled-io/actions/run@f31a2185676c560a98c4f9e0185e9bfe8ec3eaf9 # v4.4.24 + uses: restyled-io/actions/run@3cbe3589c03eeda1e0fba73a39971ab2c1a41185 # v4.4.25 with: fail-on-differences: false suggestions: true