mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 02:02:53 +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