Bump actions/cache from 2 to 3.0.1

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1.
- [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...v3.0.1)

---
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-30 11:27:49 +00:00 committed by Richard Marko
parent 4185057ab8
commit a5115d39cf
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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