From 9b3e602b2087ccb16e2d2adb17cb96135e5c312e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:08:17 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 2.1.4 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.10. - [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/v2.1.4...v3.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/haskell-ci.yml | 2 +- .github/workflows/haskell.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 16b0f5d..ef17475 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -147,7 +147,7 @@ jobs: $CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all cabal-plan - name: cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.10 with: key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }} path: ~/.cabal/store diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 3f6fb26..ef199db 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -59,7 +59,7 @@ jobs: run: | cabal freeze - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.0.10 name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}