Bump actions/cache from 2 to 3

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>
This commit is contained in:
dependabot[bot] 2022-03-22 05:19:54 +00:00 committed by GitHub
parent f0f16b98b7
commit 0756b1f9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ jobs:
run: cabal v2-freeze $cabalConfig --minimize-conflict-set
- name: "Configuring GitHub cache"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}

View File

@ -45,7 +45,7 @@ jobs:
run: cabal v2-freeze $cabalConfig
- name: "Configuring GitHub cache"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}

View File

@ -38,7 +38,7 @@ jobs:
- name: "Configuration freeze"
run: cabal v2-freeze $cabalConfig
- name: "Configuring GitHub cache"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}

View File

@ -14,7 +14,7 @@ jobs:
- name: "Git checkout"
uses: actions/checkout@v3
- name: "Local cache"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
/nix/store