Skip to content

Commit 36fda7f

Browse files
committed
Move away from deprecated save-output command
1 parent 5343b1d commit 36fda7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
#
1212
tempdir=$(mktemp --directory --tmpdir=. --suffix=-srcomp-validate-action)
1313
cp ${{ github.action_path }}/**requirements.txt $tempdir
14-
echo "::set-output name=directory::${tempdir}"
14+
echo "directory=${tempdir}" >> $GITHUB_OUTPUT
1515
1616
- name: Set up Python
1717
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)