diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-24 17:50:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 17:50:58 -0700 |
| commit | b15fe8e515670f1eb2f911b04e41d3911b875417 (patch) | |
| tree | a867afbd5362a76c82985f9fd70cacfe354fcc57 /.github | |
| parent | ab07beec77cc9dc279c5bc9c8077e2310b5f976c (diff) | |
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>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 14 |
1 files 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 |
