Skip to content

Commit ae80099

Browse files
authored
Merge pull request #1 from jamesmortensen/main
Fixed deprecated set-output warning by upgrading to GITHUB_OUTPUT
2 parents fca2e64 + 822d0fd commit ae80099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ runs:
4242

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

0 commit comments

Comments
 (0)