Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#348)
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] authored Jan 28, 2024
1 parent 2d50595 commit a8f2383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
node-version: 18

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.pnpm-store
Expand All @@ -50,7 +50,7 @@ jobs:
pnpm-and-pip-cache-
- name: Cache datasets
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/data
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
node-version: 18

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.pnpm-store
Expand Down

0 comments on commit a8f2383

Please sign in to comment.