chore(deps): update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-01-20 22:33:40 +00:00 committed by GitHub
parent 6e563b8e5f
commit 5a9e4ef868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Cache - name: Cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
~/.pnpm-store ~/.pnpm-store
@ -106,7 +106,7 @@ jobs:
version: ${{ matrix.pnpm }} version: ${{ matrix.pnpm }}
- name: Cache node_modules - name: Cache node_modules
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
~/.pnpm-store ~/.pnpm-store
@ -173,7 +173,7 @@ jobs:
version: ${{ matrix.pnpm }} version: ${{ matrix.pnpm }}
- name: Cache node_modules - name: Cache node_modules
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
~/.pnpm-store ~/.pnpm-store