mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-16 16:01:22 +02:00
track v1 instead of v1.1.2
Co-Authored-By: Josh Gross <joshmgross@github.com>
This commit is contained in:
parent
113abe8d3f
commit
993e7810d0
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ Esy allows you to export built dependencies and import pre-built dependencies.
|
|||
```yaml
|
||||
- name: Restore Cache
|
||||
id: restore-cache
|
||||
uses: actions/cache@v1.1.2
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: _export
|
||||
key: ${{ runner.os }}-esy-${{ hashFiles('esy.lock/index.json') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue