We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github is deprecating set-output in their runners: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Starting 1st June 2023 workflows using save-state or set-output commands via stdout will fail with an error.
We use this in checking the source checksum in the build runner
U3D/.github/workflows/linux.yml
Lines 44 to 46 in 3d0d370
U3D/rakefile
Lines 338 to 344 in 3d0d370
Presently this just produces the following warning, but the end-date is listed above.
Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
set-output
The text was updated successfully, but these errors were encountered:
Merge pull request #74 from Okkoma/linuxworkflow
6c3cec6
Update linux workflow and Fix Rakefile (set-output replaced, issue #21)
see merged PR #74 => to close
Sorry, something went wrong.
No branches or pull requests
Github is deprecating set-output in their runners: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
We use this in checking the source checksum in the build runner
U3D/.github/workflows/linux.yml
Lines 44 to 46 in 3d0d370
U3D/rakefile
Lines 338 to 344 in 3d0d370
Presently this just produces the following warning, but the end-date is listed above.
The text was updated successfully, but these errors were encountered: