From 11eb93f786f62cfb9d5887bb7f4202b9f77b63fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 00:16:53 +0000 Subject: [PATCH] Bump actions/cache from 3.0.7 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.2.3. - [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.0.7...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/stack-ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 68cbf5b..89178e2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: enable-stack: true stack-version: ${{ matrix.stack }} - - uses: actions/cache@v3.0.7 + - uses: actions/cache@v3.2.3 name: Cache ~/.stack with: path: ~/.stack diff --git a/.github/workflows/stack-ci.yaml b/.github/workflows/stack-ci.yaml index f683fb1..77d28ce 100644 --- a/.github/workflows/stack-ci.yaml +++ b/.github/workflows/stack-ci.yaml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v3 - name: Cache dependencies - uses: actions/cache@v3.0.7 + uses: actions/cache@v3.2.3 with: path: ~/.stack key: ${{ runner.os }}-${{ matrix.resolver }}-${{ hashFiles('stack.yaml') }}