1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Bump actions/cache from 5 to 6

Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [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/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  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]
2026-07-01 09:38:31 +00:00
committed by GitHub
parent 1b556d73f8
commit 127e19102a
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
- name: Linux - cache deps
id: cache_linux_deps
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ${{ github.workspace }}/deps/build/OrcaSlicer_dep
key: ${{ env.DEPS_CACHE_KEY }}