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 Jan 17, 2024
1 parent 3c6b045 commit 1c32c06
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Npm cache

- name: Restore .npm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm-cache-${{ github.sha }}
Expand All @@ -47,7 +47,7 @@ jobs:
- ${{ runner.os }}-npm-cache-
- name: Restore node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: node-modules
with:
path: node_modules
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# Npm cache

- name: Restore .npm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm-cache-${{ github.sha }}
Expand All @@ -89,7 +89,7 @@ jobs:
- ${{ runner.os }}-npm-cache-
- name: Restore node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: node-modules
with:
path: node_modules
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
# Npm cache

- name: Restore .npm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm-cache-${{ github.sha }}
Expand All @@ -131,7 +131,7 @@ jobs:
- ${{ runner.os }}-npm-cache-
- name: Restore node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: node-modules
with:
path: node_modules
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
# Npm cache

- name: Restore .npm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm-cache-${{ github.sha }}
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
# Prepare API

- name: Restore node_modules (api)
uses: actions/cache@v3
uses: actions/cache@v4
id: api-node-modules
with:
path: opencollective-api/node_modules
Expand All @@ -223,7 +223,7 @@ jobs:
# Prepare Images

- name: Restore node_modules (images)
uses: actions/cache@v3
uses: actions/cache@v4
id: images-node-modules
with:
path: node_modules
Expand Down

0 comments on commit 1c32c06

Please sign in to comment.