mirror of
https://github.com/actions/cache.git
synced 2025-04-21 19:46:46 +00:00
Use @v1
tag
Co-Authored-By: Josh Gross <joshmgross@github.com>
This commit is contained in:
parent
222ca60c6a
commit
67a53b8517
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ uses: actions/cache@preview
|
|||
## Haskell - Cabal
|
||||
|
||||
```yaml
|
||||
- uses: actions/cache@preview
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cabal/store
|
||||
key: ${{ runner.os }}-haskell-${{ matrix.ghc }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue