mirror of
https://github.com/actions/cache.git
synced 2024-11-22 09:51:25 +01:00
Update README.md (#213)
This commit is contained in:
parent
cae64ca3cd
commit
b13df3fa54
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ Using the `cache-hit` output, subsequent steps (such as install or build) can be
|
||||||
Example:
|
Example:
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
id: cache
|
id: cache
|
||||||
|
|
Loading…
Reference in a new issue