banzaicloud / banzai-charts

Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Apache License 2.0
367 stars 278 forks source link

Replaced GHA `set-output` with `GITHUB_OUTPUT` #1329

Closed pregnor closed 1 year ago

pregnor commented 1 year ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets -
License Apache 2.0

What's in this PR?

Replaced ::set-output with >> $GITHUB_OUTPUT

Why?

Deprecated, will be removed in 2023-05-31.

Additional context

Details: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.

Tested in another PR, worked well.

Checklist