Skip to content

Commit

Permalink
Github actions set-output command is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley authored Nov 22, 2023
1 parent 591be6b commit bda3480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: List 'tests' nox sessions and required python versions
id: set-matrix
run: echo "::set-output name=matrix::$(nox -s gha_list -- -s tests -v)"
run: echo "matrix=$(nox -s gha_list -- -s tests -v)" >> $GITHUB_OUTPUT

outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }} # save nox sessions list to outputs
Expand Down

0 comments on commit bda3480

Please sign in to comment.