mirror of
https://github.com/actions/cache.git
synced 2025-04-19 10:36:46 +00:00
Update package version to v0.0.1
This commit is contained in:
parent
21f72b1fcc
commit
f23678a712
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@preview
|
||||
uses: actions/cache@v0.0.1
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
@ -70,7 +70,7 @@ Example:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- uses: actions/cache@preview
|
||||
- uses: actions/cache@v0.0.1
|
||||
id: cache
|
||||
with:
|
||||
path: path/to/dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue