Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit c775ef3

Browse files
committed
fix: fix set-output in workflow
1 parent 4f0b097 commit c775ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Get pip cache dir
2424
id: pip-cache
2525
run: |
26-
echo "::set-output name=dir::$(pip cache dir)"
26+
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
2727
2828
- name: Cache
2929
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4

0 commit comments

Comments
 (0)