From 9c19893a6d6598924a5f356efda090a5698f4815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 12:19:39 +0000 Subject: [PATCH] GA(deps): Bump actions/cache from 2.1.6 to 3.0.7 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.7. - [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.6...v3.0.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e8d5958..f0954bfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: | cabal freeze - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.7 name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} @@ -81,7 +81,7 @@ jobs: ghc-version: ${{ matrix.ghc }} stack-version: ${{ matrix.stack }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.7 name: Cache ~/.stack with: path: ~/.stack diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 402481c3..fb8fffd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: cabal freeze - name: Cache ~/.cabal/store - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.7 with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}