Skip to content

Commit c9c4508

Browse files
authored
CI: Replace deprecated set-output syntax (#357)
1 parent 9ad71df commit c9c4508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ jobs:
8484
python-version: ${{ matrix.pyver }}
8585
- name: Get pip cache dir
8686
id: pip-cache
87+
shell: bash
8788
run: |
88-
echo "::set-output name=dir::$(pip cache dir)" # - name: Cache
89+
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
8990
- name: Cache PyPI
9091
uses: actions/cache@v3
9192
with:

0 commit comments

Comments
 (0)