There was an error while loading. Please reload this page.
1 parent 4f0b097 commit c775ef3Copy full SHA for c775ef3
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Get pip cache dir
24
id: pip-cache
25
run: |
26
- echo "::set-output name=dir::$(pip cache dir)"
+ echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
27
28
- name: Cache
29
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
0 commit comments