From 6f329c89b56b5bb401df729ec0b22ba59be30ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:34:57 +0000 Subject: [PATCH] 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] --- .github/workflows/github-page.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-page.yml b/.github/workflows/github-page.yml index 45e01ee2..839e8839 100644 --- a/.github/workflows/github-page.yml +++ b/.github/workflows/github-page.yml @@ -45,7 +45,7 @@ jobs: # we need unpublished `cabal` version to support sublibraries cabal-version: 'head' - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache cabal store with: path: ${{ steps.setup-haskell.outputs.cabal-store }}