CI: dynamo `set-output` command is deprecated

This commit is contained in:
zenobit 2025-02-14 05:09:30 +01:00
parent f4cdd13678
commit 97f3f5ea4d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
done
MATRIX="${MATRIX%,}]}"
echo "Generated Matrix: $MATRIX"
echo "::set-output name=matrix::$MATRIX"
echo "matrix=$MATRIX" >> $GITHUB_OUTPUT
- name: "Install dependencies 📦️"
run: |