ni / grpc-device

gRPC server providing remote access to NI device driver APIs.
MIT License
71 stars 50 forks source link

Move to using GITHUB_OUTPUT from set-output #1079

Closed maxxboehme closed 2 months ago

maxxboehme commented 3 months ago

What does this Pull Request accomplish?

Fixes #908

set-output is deprecated and there are warnings being logged in our CI build specifying so. Here is a github blog article about it, GitHub Actions: Deprecating save-state and set-output commands. I followed that article along with this github doc Workflow commands for GitHub Actions on how to use the new environment file correctly.

Why should this Pull Request be merged?

Move away from deprecated set-output to github's new suggested workflow using $GITHUB_OUTPUT environment file.

What testing has been done?

PR build