[jdk8u-dev] Integrated: 8284622: Update versions of some Github Actions used in JDK workflow

zzambers duke at openjdk.org
Thu Nov 10 13:00:40 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

This pull request has now been integrated.

Changeset: 3bfde7d0
Author:    Christoph Langer <clanger at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/3bfde7d03d594ea37dab54c73ee24c13c29b1150
Stats:     75 lines in 1 file changed: 0 ins; 0 del; 75 mod

8284622: Update versions of some Github Actions used in JDK workflow

Reviewed-by: sgehwolf
Backport-of: 61b8c91249fb4c6d594d4a0240c92e8607caf171

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/167


More information about the jdk8u-dev mailing list