From 97022087104cf6945b52e01d3344aa243f0b6e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 01:00:57 +0000 Subject: [PATCH] Bump actions/cache from 3.0.7 to 3.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.3.0. - [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.3.0) --- 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..12c06ec 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.3.0 name: Cache ~/.stack with: path: ~/.stack diff --git a/.github/workflows/stack-ci.yaml b/.github/workflows/stack-ci.yaml index f683fb1..02f8f6e 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.3.0 with: path: ~/.stack key: ${{ runner.os }}-${{ matrix.resolver }}-${{ hashFiles('stack.yaml') }}