[jdk8u-dev] RFR: 8284622: Update versions of some Github Actions used in JDK workflow
Severin Gehwolf
sgehwolf at openjdk.org
Thu Nov 10 09:11:49 UTC 2022
On Wed, 9 Nov 2022 23:33:40 GMT, zzambers <duke 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.
-------------
Marked as reviewed by sgehwolf (Reviewer).
PR: https://git.openjdk.org/jdk8u-dev/pull/167
More information about the jdk8u-dev
mailing list