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/benchmark.yml | |
| 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/benchmark.yml')
| -rw-r--r-- | .github/workflows/benchmark.yml | 4 |
1 files changed, 2 insertions, 2 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 |
