aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-22 02:34:07 +0000
committerJohn MacFarlane <[email protected]>2024-01-21 19:21:03 -0800
commit734f86061893e81a14ef94432555f4edd24b2b8f (patch)
tree4f13393d1d7873669202093294f5d33276bdbff2 /.github/workflows/benchmark.yml
parent243bbf699c8f5f47539100307ee450ad65a3256e (diff)
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r--.github/workflows/benchmark.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 8b01d406f..c4a54fdd8 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@v3
+ uses: actions/cache@v4
with:
path: |
~/.cabal
@@ -37,7 +37,7 @@ jobs:
- name: Cache cabal work
id: cabal-local
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: |
dist-newstyle