From 5a9e4ef8683828bcf3d269e281a8dcd18476b920 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:33:40 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3ac58ed1..beed286b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pnpm-store @@ -106,7 +106,7 @@ jobs: version: ${{ matrix.pnpm }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pnpm-store @@ -173,7 +173,7 @@ jobs: version: ${{ matrix.pnpm }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.pnpm-store