From c1ee16e8d5d6d0007345e370f4bfc806ac6ef44a 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 7603227..9474d23 100644 --- a/.github/workflows/stack.yml +++ b/.github/workflows/stack.yml @@ -45,13 +45,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/*