Skip to content

Commit

Permalink
Don't use semi-deprecated style
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Oct 12, 2023
1 parent 8c844f9 commit 97b8341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- id: set-matrix
run: |
if [[ "${{ github.ref }}" == 'refs/heads/master' ]]; then
echo "::set-output name=matrix::[3.7, 3.9, 3.10, 3.11]"
echo "matrix=[3.7, 3.9, 3.10, 3.11]" >> $GITHUB_OUTPUT
else
echo "::set-output name=matrix::[3.9]"
echo "matrix=[3.9]" >> $GITHUB_OUTPUT
fi
build:
Expand Down

0 comments on commit 97b8341

Please sign in to comment.