From 0ab9458a66e4e1bcb23f31c2e7eb519bd35c0d0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:55:36 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/format-if-needed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-if-needed.yml b/.github/workflows/format-if-needed.yml index 6eca4f2..6731796 100644 --- a/.github/workflows/format-if-needed.yml +++ b/.github/workflows/format-if-needed.yml @@ -24,7 +24,7 @@ jobs: cache: npm node-version: lts/* - run: npm ci --ignore-scripts --only-dev - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: node_modules/.cache/prettier/.prettier-cache key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}