From 068d8c97b5af8d7fa141ab133ee85388cf3ac2d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:54:33 +0200 Subject: [PATCH] Update actions/cache action to v4 (#399) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f28c2ff..91c47bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: id: cache run: echo "::set-output name=path::$(pnpm store path)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -52,7 +52,7 @@ jobs: id: cache run: echo "::set-output name=path::$(pnpm store path)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -79,7 +79,7 @@ jobs: id: cache run: echo "::set-output name=path::$(pnpm store path)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}