Skip to content

Commit

Permalink
Update set-output command in GitHub test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jun 21, 2023
1 parent 6cab31a commit 6a81a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Get pip cache dir"
id: "pip-cache"
run: |
echo "::set-output name=dir::$(pip cache dir)"
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: "Cache pip packages"
uses: "actions/cache@v3"
with:
Expand Down

0 comments on commit 6a81a9f

Please sign in to comment.