replace deprecated set-output command in workflow.yml, README and the examples file

This commit is contained in:
Netanel Rabinowitz 2022-10-13 00:48:56 +03:00
parent a3f5edc237
commit f066901d82
3 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ jobs:
- name: Determine npm cache directory
id: npm-cache
run: |
echo "::set-output name=dir::$(npm config get cache)"
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- name: Restore npm cache
uses: actions/cache@v3
with: