Skip to content

Conversation

@jmcarp
Copy link
Contributor

@jmcarp jmcarp commented Aug 15, 2025

The ::set-output syntax in github actions was deprecated in favor of appending to $GITHUB_OUTPUT:
https://github.blog/changelog/2022-10-10-github-actions-deprecating-save-state-and-set-output-commands/. This patch updates to the current syntax to avoid deprecation warnings.

The `::set-output` syntax in github actions was deprecated in favor of
appending to $GITHUB_OUTPUT:
https://github.blog/changelog/2022-10-10-github-actions-deprecating-save-state-and-set-output-commands/.
This patch updates to the current syntax to avoid deprecation warnings.
@jmcarp jmcarp requested a review from a team as a code owner August 15, 2025 15:47
@jmcarp jmcarp merged commit 7037f6b into main Aug 18, 2025
2 checks passed
@jmcarp jmcarp deleted the jmcarp/update-actions-syntax branch August 18, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants