Skip to content

Commit 8061827

Browse files
pergardebrinkbastiandoetsch
authored andcommitted
Replace deprecated set-output with GITHUB_OUTPUT
1 parent 9c6dde2 commit 8061827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ runs:
1919
shell: bash
2020
- id: version
2121
shell: bash
22-
run: echo ::set-output name=version::"$(snyk version)"
22+
run: echo "version=$(snyk version)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)