You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2024/01/27 07:31:20 UTC

(pulsar-test-infra) branch master updated: Switch to use node20 runtime for actions to fix deprecation warning

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 7031d09  Switch to use node20 runtime for actions to fix deprecation warning
7031d09 is described below

commit 7031d09275a756c8b630c382c4825ada5d9d4558
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Sat Jan 27 09:30:12 2024 +0200

    Switch to use node20 runtime for actions to fix deprecation warning
---
 action-junit-report/action.yml             | 2 +-
 gh-actions-artifact-client/dist/action.yml | 2 +-
 paths-filter/action.yml                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/action-junit-report/action.yml b/action-junit-report/action.yml
index 4d3a813..952f28c 100644
--- a/action-junit-report/action.yml
+++ b/action-junit-report/action.yml
@@ -83,5 +83,5 @@ inputs:
     required: false
     default: false
 runs:
-  using: 'node16'
+  using: 'node20'
   main: 'dist/index.js'
diff --git a/gh-actions-artifact-client/dist/action.yml b/gh-actions-artifact-client/dist/action.yml
index 1e2480c..71e3e24 100644
--- a/gh-actions-artifact-client/dist/action.yml
+++ b/gh-actions-artifact-client/dist/action.yml
@@ -4,5 +4,5 @@ author: 'Lari Hotari'
 branding:
   icon: 'terminal'
 runs:
-  using: 'node16'
+  using: 'node20'
   main: 'install.js'
diff --git a/paths-filter/action.yml b/paths-filter/action.yml
index 2839a14..e7d24f5 100644
--- a/paths-filter/action.yml
+++ b/paths-filter/action.yml
@@ -48,7 +48,7 @@ outputs:
   changes:
     description: JSON array with names of all filters matching any of changed files
 runs:
-  using: 'node16'
+  using: 'node20'
   main: 'dist/index.js'
 branding:
   color: blue