Skip to content

Commit

Permalink
Replace deprecated set-output with GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
pergardebrink authored and bastiandoetsch committed Feb 8, 2023
1 parent 9c6dde2 commit 8061827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ runs:
shell: bash
- id: version
shell: bash
run: echo ::set-output name=version::"$(snyk version)"
run: echo "version=$(snyk version)" >> $GITHUB_OUTPUT

0 comments on commit 8061827

Please sign in to comment.