Skip to content

Commit 5c067b2

Browse files
authored
fix: stop using deprecated set-output (#944)
1 parent 251d46b commit 5c067b2

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Get pip cache dir
3636
id: pip-cache
3737
run: |
38-
echo "::set-output name=dir::$(pip cache dir)"
38+
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3939
4040
- name: Cache
4141
uses: actions/cache@v4

0 commit comments

Comments
 (0)