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>
This commit is contained in:
dependabot[bot] 2022-03-24 17:50:58 -07:00 committed by GitHub
parent ab07beec77
commit b15fe8e515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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