Skip to content

Commit

Permalink
deps: actions/cache action to v4 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent d125b10 commit 977729e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit 977729e

Please sign in to comment.