Skip to content

Commit

Permalink
Merge pull request #1 from jamesmortensen/main
Browse files Browse the repository at this point in the history
Fixed deprecated set-output warning by upgrading to GITHUB_OUTPUT
  • Loading branch information
sylwit authored Nov 1, 2022
2 parents fca2e64 + 822d0fd commit ae80099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ runs:

- id: set-output
shell: bash
run: echo "::set-output name=version::$(b2 version)"
run: echo "version=$(b2 version)" >> $GITHUB_OUTPUT

0 comments on commit ae80099

Please sign in to comment.