Bump actions/cache from 3 to 5

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-15 23:22:26 +00:00
committed by GitHub
parent 663b5899c3
commit d26cbe4248
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ jobs:
fi
- uses: actions/cache@v3
- uses: actions/cache@v5
with:
path: |
node_modules

View File

@@ -24,7 +24,7 @@ jobs:
with:
bun-version: 1.3.4
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: |
node_modules
@@ -90,7 +90,7 @@ jobs:
with:
bun-version: 1.3.4
- uses: actions/cache@v3
- uses: actions/cache@v5
with:
path: |
node_modules

View File

@@ -22,7 +22,7 @@ jobs:
bun-version: 1.3.4
- name: 📦 Cache dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.bun/install/cache