Skip to content

Commit

Permalink
chore: use actions/cache v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Sep 14, 2022
1 parent d998f80 commit 84c4801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Load cache
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-webclients-modules-v1-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 84c4801

Please sign in to comment.