mirror of https://github.com/actions/cache.git
track v1 instead of v1.1.2
Co-Authored-By: Josh Gross <joshmgross@github.com>
This commit is contained in:
parent
113abe8d3f
commit
993e7810d0
|
@ -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…
Reference in New Issue