mirror of https://github.com/aminya/setup-cpp.git
chore(deps): update actions/cache action to v5 (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7c7690a1ac
commit
5c16b2f2fd
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
|
||||
- name: Cache node_modules
|
||||
if: ${{ !contains(matrix.os, 'windows') }}
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.bun
|
||||
|
|
@ -125,7 +125,7 @@ jobs:
|
|||
uses: rharkor/caching-for-turbo@v1.8
|
||||
|
||||
- name: Cache .cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
./.cache/eslint
|
||||
|
|
@ -193,7 +193,7 @@ jobs:
|
|||
|
||||
- name: Cache node_modules
|
||||
if: ${{ !contains(matrix.os, 'windows') }}
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.bun
|
||||
|
|
|
|||
Loading…
Reference in New Issue