[jdk11u-dev] RFR: 8295714: GHA ::set-output is deprecated and will be removed
zzambers
duke at openjdk.org
Tue Nov 8 13:49:26 UTC 2022
This backport fixes warnings generated in GHA summary page by use of deprecated set-output command. According to warning messages command will be removed soon:
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/`
All tests passed (no warnings).
-------------
Commit messages:
- Avoid use of deprecated ::set-output in GHA
Changes: https://git.openjdk.org/jdk11u-dev/pull/1494/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1494&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8295714
Stats: 10 lines in 1 file changed: 0 ins; 0 del; 10 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1494.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1494/head:pull/1494
PR: https://git.openjdk.org/jdk11u-dev/pull/1494
More information about the jdk-updates-dev
mailing list