Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 8e68a2f commit 61f8d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
channel: ${{ matrix.channel }}

- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
./node_modules/
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: wagoid/commitlint-github-action@v4

- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
./node_modules/
Expand Down

0 comments on commit 61f8d44

Please sign in to comment.