Skip to content

Commit

Permalink
address set-output deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Oct 23, 2022
1 parent dc79841 commit 9a0d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a0d1c3

Please sign in to comment.