Skip to content

Commit

Permalink
deps: actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent d125b10 commit 6f5b745
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 6f5b745

Please sign in to comment.