mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-16 16:01:22 +02:00
Update docker example to v1
This commit is contained in:
parent
6667986807
commit
9e3ae58d03
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
|
|||
## Docker
|
||||
|
||||
```yaml
|
||||
- uses: actions/cache@preview
|
||||
- uses: actions/cache@v1
|
||||
id: cache
|
||||
with:
|
||||
path: docker-cache
|
||||
|
|
Loading…
Add table
Reference in a new issue