Compare commits

...
Author SHA1 Message Date
dependabot[bot]
c87a1a83e0
Bump actions/cache from 3.0.11 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.3.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/v3.0.11...v3.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 12:00:28 +00:00
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.11
uses: actions/cache@v3.3.1
with:
path: |
~/.cabal

View file

@ -19,7 +19,7 @@ jobs:
cabal-version: '3.0'
- name: Cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.3.1
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.11
uses: actions/cache@v3.3.1
with:
path: |
~/.stack