Bump actions/cache from 3.0.5 to 3.0.9

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.9.
- [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/v3.0.5...v3.0.9)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-30 11:17:32 +00:00 committed by GitHub
commit 0aca3d4e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ jobs:
elm-version: 0.19.1
- name: Cache
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.9
with:
path: |
~/.cabal

View file

@ -19,7 +19,7 @@ jobs:
cabal-version: '3.0'
- name: Cache
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.9
env:
cache-name: cache-cabal
with:

View file

@ -20,7 +20,7 @@ jobs:
elm-version: 0.19.1
- name: Cache
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.9
with:
path: |
~/.stack