Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 531ee24 commit c3a9a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Cache Node Modules
if: ${{ matrix.node-version == 16 }}
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -54,7 +54,7 @@ jobs:
with:
node-version: 16
- name: Load Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -76,7 +76,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Load Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down

0 comments on commit c3a9a18

Please sign in to comment.