track v1 instead of v1.1.2

Co-Authored-By: Josh Gross <joshmgross@github.com>
pull/199/head
Sacha Ayoun 5 years ago committed by GitHub
parent 113abe8d3f
commit 993e7810d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save