From d5f4517a6fa46576fe1d798c9fa07b8cf7e6384a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 05:49:46 +0000 Subject: [PATCH] GA(deps): Bump actions/cache from 2.1.3 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.3...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1de3bd..b555882 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: | cabal freeze - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v2.1.6 name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} @@ -83,7 +83,7 @@ jobs: ghc-version: ${{ matrix.ghc }} stack-version: ${{ matrix.stack }} - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v2.1.6 name: Cache ~/.stack with: path: ~/.stack