Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 3, 2024
1 parent c2cc940 commit 03fcacc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: node_modules
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: node_modules
Expand Down

0 comments on commit 03fcacc

Please sign in to comment.