[jdk8u-dev] RFR: 8284622: Update versions of some Github Actions used in JDK workflow
zzambers
duke at openjdk.org
Thu Nov 10 12:40:27 UTC 2022
On Thu, 10 Nov 2022 09:07:48 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> This backport fixes warnings generated in summary page of GHA tests by updating version of some actions.
>>
>> **Backport fixes warnings of following form:**
>>
>> Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/cache, actions/upload-artifact, actions/cache, actions/checkout
>>
>>
>> The `save-state` 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/
>>
>>
>> **Backport does not fix warnings of following form:**
>>
>> 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/
>>
>> These will be fixed in separate PR as backport of JDK-8295714 [1].
>>
>> [1] https://bugs.openjdk.org/browse/JDK-8295714
>
> Looks fine.
@jerboaa Thanks
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/167
More information about the jdk8u-dev
mailing list