mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 08:43:55 +08: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
|
## Haskell - Cabal
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: actions/cache@preview
|
- uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ~/.cabal/store
|
path: ~/.cabal/store
|
||||||
key: ${{ runner.os }}-haskell-${{ matrix.ghc }}
|
key: ${{ runner.os }}-haskell-${{ matrix.ghc }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue