1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-23 00:29:55 +02:00

Revert "Updated the usage and docs to the major version release. (#770)"

This reverts commit 7799d864d9.
This commit is contained in:
Bariscankibarcekici 2022-06-15 07:37:52 +03:00
parent 98e1c5d92b
commit 3e2d5a62e1
3 changed files with 45 additions and 45 deletions

View file

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