Skip to content

Commit

Permalink
Replace deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Dec 30, 2024
1 parent 1cf8746 commit c439bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Get npm cache directory
id: npm-cache-dir
run: |
echo "::set-output name=dir::$(npm config get cache)"
echo "dir=$(npm config get cache)" >> $GITHUB_ENV
- uses: actions/cache@v3
# use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
id: npm-cache
Expand Down

0 comments on commit c439bcd

Please sign in to comment.