Use `@v1` tag

Co-Authored-By: Josh Gross <joshmgross@github.com>
pull/38/head
Herbert Valerio Riedel 6 years ago committed by GitHub
parent 222ca60c6a
commit 67a53b8517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save