mirror of
https://github.com/actions/cache.git
synced 2025-04-19 18:46:46 +00:00
Updated the usage and docs to the major version release. (#770)
This commit is contained in:
parent
4b0cf6cc46
commit
7799d864d9
3 changed files with 45 additions and 45 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
run: |
|
||||
echo "::set-output name=dir::$(npm config get cache)"
|
||||
- name: Restore npm cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.npm-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue