From f3ee6289ece46a55a362ff4b4f3107f8d3ecb35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:37:49 +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) --- .github/workflows/stack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stack.yml b/.github/workflows/stack.yml index 0d04ead692..8081bd006c 100644 --- a/.github/workflows/stack.yml +++ b/.github/workflows/stack.yml @@ -56,13 +56,13 @@ jobs: date +date=1-%Y-%m >> $GITHUB_OUTPUT - name: Cache Haskell package metadata - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.stack/pantry key: stack-pantry-${{ runner.os }}-${{ steps.cache-date.outputs.date }} - name: Cache Haskell dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.stack/*