Skip to content

Commit cb608b9

Browse files
authored
1 parent 4615054 commit cb608b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Get pip cache dir
2727
id: pip-cache
2828
run: |
29-
echo "::set-output name=dir::$(pip cache dir)"
29+
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3030
3131
- name: Cache
3232
uses: actions/cache@v4

0 commit comments

Comments
 (0)