This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-test-infra.git


The following commit(s) were added to refs/heads/master by this push:
     new e61cf24  Switch to use node20 runtime for node12 actions to fix 
deprecation warning
e61cf24 is described below

commit e61cf2403844df4455402e1887d5142f1ec4d3cf
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Feb 2 00:28:41 2024 +0200

    Switch to use node20 runtime for node12 actions to fix deprecation warning
---
 http-cache-action/action.yml | 2 +-
 setup-maven/action.yml       | 2 +-
 test-reporter/action.yml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/http-cache-action/action.yml b/http-cache-action/action.yml
index 63a7d9c..0b6bfb7 100644
--- a/http-cache-action/action.yml
+++ b/http-cache-action/action.yml
@@ -10,5 +10,5 @@ inputs:
     default: '12321'
 
 runs:
-  using: 'node12'
+  using: 'node20'
   main: 'dist/index.js'
diff --git a/setup-maven/action.yml b/setup-maven/action.yml
index 8864fc7..72c606f 100644
--- a/setup-maven/action.yml
+++ b/setup-maven/action.yml
@@ -6,5 +6,5 @@ inputs:
     description: 'Version Spec of the version to use.  Examples: 10.x, 
10.15.1, >=10.15.0'
     default: '3.6.1'
 runs:
-  using: 'node12'
+  using: 'node20'
   main: 'lib/setup-maven.js'
diff --git a/test-reporter/action.yml b/test-reporter/action.yml
index f7025e1..fab2b8c 100644
--- a/test-reporter/action.yml
+++ b/test-reporter/action.yml
@@ -86,7 +86,7 @@ outputs:
   time:
     description: Test execution time [ms]
 runs:
-  using: 'node12'
+  using: 'node20'
   main: 'dist/index.js'
 branding:
   color: blue

Reply via email to