mirror of
https://github.com/actions/cache.git
synced 2024-11-09 16:01:47 +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:
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/cache@v1
|
||||
id: cache
|
||||
|
|
Loading…
Reference in a new issue