From e57079029d7c1c1beddce0520131d6803d9edd4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:50:34 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d9e44c9e4..13a28be991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: echo "{dir}={pnpm cache dir}" >> $GITHUB_OUTPUT - name: Cache pnpm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${ env.dir } key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}