mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Bump actions/cache from 3.0.11 to 3.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.4. - [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.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
82638c078c
commit
1cae5bc8a4
3 changed files with 3 additions and 3 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
elm-version: 0.19.1
|
elm-version: 0.19.1
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v3.0.11
|
uses: actions/cache@v3.2.4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cabal
|
~/.cabal
|
||||||
|
|
|
||||||
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
cabal-version: '3.0'
|
cabal-version: '3.0'
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v3.0.11
|
uses: actions/cache@v3.2.4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-cabal
|
cache-name: cache-cabal
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
.github/workflows/playground.yml
vendored
2
.github/workflows/playground.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
elm-version: 0.19.1
|
elm-version: 0.19.1
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v3.0.11
|
uses: actions/cache@v3.2.4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.stack
|
~/.stack
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue