1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

Update package version to v0.0.1

This commit is contained in:
Shohei Ueda 2019-11-05 03:20:00 +09:00 committed by GitHub
parent 21f72b1fcc
commit f23678a712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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