From 977729e0a89a367f45ac0c806a672573e11397d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:07:33 +0000 Subject: [PATCH] deps: actions/cache action to v4 (#198) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 594cae76..3c3cb347 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,7 +29,7 @@ jobs: - name: Cache Puppeteer id: puppeteer-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /home/runner/.cache/puppeteer key: puppeteer-${{ runner.os }}-${{ hashFiles('./pnpm-lock.yaml') }} @@ -74,7 +74,7 @@ jobs: - name: Cache Puppeteer id: puppeteer-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: C:\Users\runneradmin\.cache\puppeteer key: puppeteer-${{ runner.os }}-${{ hashFiles('./pnpm-lock.yaml') }}