track v1 instead of v1.1.2

Co-Authored-By: Josh Gross <joshmgross@github.com>
This commit is contained in:
Sacha Ayoun 2020-02-26 15:55:28 +00:00 committed by GitHub
parent 113abe8d3f
commit 993e7810d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') }}