Bump actions/cache from 5 to 6 (#11737)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-29 11:01:36 +02:00
committed by GitHub
parent c568a0e665
commit e80a34f721
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cabal
@@ -37,7 +37,7 @@ jobs:
- name: Cache cabal work
id: cabal-local
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
dist-newstyle
+6 -6
View File
@@ -80,7 +80,7 @@ jobs:
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.local/state/cabal
@@ -88,7 +88,7 @@ jobs:
- name: Cache cabal work
id: cabal-local
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
dist-newstyle
@@ -118,7 +118,7 @@ jobs:
# declare/restore cached things
- name: Cache stack global package db
id: stack-global
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.stack
@@ -126,7 +126,7 @@ jobs:
- name: Cache stack work
id: stack-local
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
.stack-work
@@ -152,7 +152,7 @@ jobs:
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
%LOCALAPPDATA%/cabal/store
@@ -160,7 +160,7 @@ jobs:
- name: Cache cabal work
id: cabal-local
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
dist-newstyle
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
C:\cabal\store
@@ -127,7 +127,7 @@ jobs:
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.local/state/cabal/store