Skip to content

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] authored Mar 4, 2024
1 parent 1c0a1b6 commit 5ef9e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:

- name: 🗂️ Cache asdf
id: cache-asdf
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-asdf
cache-path: ~/.asdf
Expand All @@ -26,7 +26,7 @@ runs:

- name: 🗂️ Cache node_modules
id: cache-node-modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
cache-path: node_modules
Expand Down

0 comments on commit 5ef9e19

Please sign in to comment.