From a624021b08b49f4fb9994892a6dcd119c292ee01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:23:00 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .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 28210ef4..9d9877e1 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -26,7 +26,7 @@ jobs: cache: npm node-version: lts/* - run: npm ci --ignore-scripts --only-dev - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: node_modules/.cache/prettier/.prettier-cache key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}