chore: cache@v1 -> cache@v1.0.3

This commit is contained in:
Sean C. Sullivan 2019-11-29 14:39:21 -05:00
parent 3d01b4eb53
commit 96684b69c9
3 changed files with 24 additions and 24 deletions

View file

@ -34,7 +34,7 @@ jobs:
run: |
echo "::set-output name=dir::$(npm config get cache)"
- uses: actions/cache@v1
- uses: actions/cache@v1.0.3
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}