mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-09 15:12:21 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c87a1a83e0 |
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
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v3.0.11
|
||||
uses: actions/cache@v3.3.1
|
||||
with:
|
||||
path: |
|
||||
~/.cabal
|
||||
|
|
|
|||
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/playground.yml
vendored
2
.github/workflows/playground.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue