Skip to content

Commit

Permalink
Move away from deprecated save-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Feb 12, 2023
1 parent 5343b1d commit 36fda7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
#
tempdir=$(mktemp --directory --tmpdir=. --suffix=-srcomp-validate-action)
cp ${{ github.action_path }}/**requirements.txt $tempdir
echo "::set-output name=directory::${tempdir}"
echo "directory=${tempdir}" >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 36fda7f

Please sign in to comment.