Skip to content

Commit

Permalink
fix: testing ci: update cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 25, 2024
1 parent 7341d0f commit 6dd8c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 'latest'

- name: Cache pnpm store and node_modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.pnpm-store
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
node-version: 'latest'

- name: Cache pnpm store and node_modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.pnpm-store
Expand Down

0 comments on commit 6dd8c70

Please sign in to comment.