We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251d46b commit 5c067b2Copy full SHA for 5c067b2
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Get pip cache dir
36
id: pip-cache
37
run: |
38
- echo "::set-output name=dir::$(pip cache dir)"
+ echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
39
40
- name: Cache
41
uses: actions/cache@v4
0 commit comments