From e74821f086143880ad556fb4d8e5045f3786e651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:03:25 +0000 Subject: [PATCH] Bump actions/cache from 3.0.7 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.2.5. - [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.5) --- 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..37a114e 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.5 name: Cache ~/.stack with: path: ~/.stack diff --git a/.github/workflows/stack-ci.yaml b/.github/workflows/stack-ci.yaml index f683fb1..fd732e8 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.5 with: path: ~/.stack key: ${{ runner.os }}-${{ matrix.resolver }}-${{ hashFiles('stack.yaml') }}