Skip to content

Commit

Permalink
Migrate github action to use environment files instead of set-output.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt committed Jan 24, 2023
1 parent 84350e4 commit 54d7c15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:

- name: Get pip cache dir
id: pip-cache
run: |
echo "::set-output name=dir::$(pip cache dir)"
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT

- name: Cache
uses: actions/cache@v3
Expand Down

0 comments on commit 54d7c15

Please sign in to comment.