Skip to content

Commit 91fbd44

Browse files
authored
fix(ci): replace set-output to GITHUB_OUTPUT (#168)
1 parent 4b765ef commit 91fbd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
_ver="[3.8]"
2828
_cache="0"
2929
fi
30-
echo "::set-output name=version_matrix::$_ver"
31-
echo "::set-output name=do_cache::$_cache"
30+
echo "version_matrix=$_ver" >> $GITHUB_OUTPUT
31+
echo "do_cache=$_cache" >> $GITHUB_OUTPUT
3232
Checks:
3333
runs-on: ubuntu-latest
3434
needs: [Envvars]

0 commit comments

Comments
 (0)