From b15fe8e515670f1eb2f911b04e41d3911b875417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 17:50:58 -0700 Subject: [PATCH] Bump actions/cache from 2 to 3 (#7987) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26084b71d..a0c4b1570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Cache cabal global package db id: cabal-global - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cabal @@ -94,7 +94,7 @@ jobs: - name: Cache cabal work id: cabal-local - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | dist-newstyle @@ -125,7 +125,7 @@ jobs: - name: Cache stack global package db id: stack-global-package-db - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | C:\Users\runneradmin\AppData\Roaming\stack\ @@ -173,7 +173,7 @@ jobs: - name: Cache cabal global package db id: cabal-global - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cabal @@ -181,7 +181,7 @@ jobs: - name: Cache cabal work id: cabal-local - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | dist-newstyle @@ -223,7 +223,7 @@ jobs: - name: Cache cabal global package db id: cabal-global - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cabal @@ -231,7 +231,7 @@ jobs: - name: Cache cabal work id: cabal-local - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | dist-newstyle