Skip to content

Commit

Permalink
chore: update actions/cache action to v4 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 22, 2024
1 parent 7a0aeef commit cbd9854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/init-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:

- name: cache node_modules
id: cache_node_modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./node_modules
Expand All @@ -29,7 +29,7 @@ runs:
- name: cache and restore "build result"
id: cache_build_results
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./**/dist
Expand Down

0 comments on commit cbd9854

Please sign in to comment.