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