diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-15 10:43:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-15 10:43:13 +0100 |
| commit | 138ee9ded10018510376fd9d623f9730f658a6d1 (patch) | |
| tree | 9a4b5053e0f18ef0e72560e907c80b23ce4011bb /.github/workflows | |
| parent | 6f401799b79bc16a94dbe487d4f60666196f5fa7 (diff) | |
Bump actions/cache from 4 to 5 (#11351)
Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/benchmark.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 20 |
2 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3d1516ca0..771c4eabb 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -29,7 +29,7 @@ jobs: - name: Cache cabal global package db id: cabal-global - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cabal @@ -37,7 +37,7 @@ jobs: - name: Cache cabal work id: cabal-local - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | dist-newstyle diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5de152cbb..6ff8f654a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Cache cabal global package db id: cabal-global - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.local/state/cabal @@ -88,7 +88,7 @@ jobs: - name: Cache cabal work id: cabal-local - uses: actions/cache@v4 + uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 with: path: | ~/.stack @@ -126,7 +126,7 @@ jobs: - name: Cache stack work id: stack-local - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .stack-work @@ -148,14 +148,14 @@ jobs: # nix_path: nixpkgs=channel:nixos-24.05 # - name: Cache cabal global package db # id: cabal-global -# uses: actions/cache@v4 +# uses: actions/cache@v5 # with: # path: | # ~/.local/state/cabal # key: ${{ runner.os }}-nix-cabal-global-${{ secrets.CACHE_VERSION }} # - name: Cache cabal work # id: cabal-local -# uses: actions/cache@v4 +# uses: actions/cache@v5 # with: # path: | # dist-newstyle @@ -179,7 +179,7 @@ jobs: - name: Cache cabal global package db id: cabal-global - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | C:\cabal\store @@ -187,7 +187,7 @@ jobs: - name: Cache cabal work id: cabal-local - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | dist-newstyle @@ -221,7 +221,7 @@ jobs: # - name: Cache cabal global package db # id: cabal-global -# uses: actions/cache@v4 +# uses: actions/cache@v5 # with: # path: | # ~/.cabal @@ -229,7 +229,7 @@ jobs: # - name: Cache cabal work # id: cabal-local -# uses: actions/cache@v4 +# uses: actions/cache@v5 # with: # path: | # dist-newstyle |
