Bump actions/cache from 3 to 5 (#841)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Violet Caulfield <42452695+anultravioletaurora@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-29 15:34:45 -06:00
committed by GitHub
parent d402ca53ff
commit a2bb570ac6
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