Skip to content

Commit 4666554

Browse files
committed
Replace deprecated set-output with GITHUB_OUTPUT
1 parent 499d581 commit 4666554

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
@@ -80,7 +80,7 @@ jobs:
8080
- name: Get pip cache dir
8181
id: pip-cache
8282
run: |
83-
echo "::set-output name=dir::$(pip cache dir)"
83+
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
8484
8585
- name: Cache
8686
uses: actions/cache@v3

0 commit comments

Comments
 (0)