mirror of https://github.com/aminya/setup-cpp
chore(deps): update actions/cache action to v4
This commit is contained in:
parent
6e563b8e5f
commit
5a9e4ef868
|
@ -27,7 +27,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.pnpm-store
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
version: ${{ matrix.pnpm }}
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.pnpm-store
|
||||
|
@ -173,7 +173,7 @@ jobs:
|
|||
version: ${{ matrix.pnpm }}
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.pnpm-store
|
||||
|
|
Loading…
Reference in New Issue