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:
renovate[bot] 2026-01-18 23:37:09 -08:00 committed by GitHub
parent 7c7690a1ac
commit 5c16b2f2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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