You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/10/11 11:07:39 UTC

[pulsar-test-infra] branch master updated: [fix][paths-filter] Upgrade GitHub Actions runtime to node16 to fix deprecation warning (#76)

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

nicoloboschi 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 e31f09b  [fix][paths-filter] Upgrade GitHub Actions runtime to node16 to fix deprecation warning (#76)
e31f09b is described below

commit e31f09b2fc66f61cb4356b615f7d31a2ae20be88
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Tue Oct 11 06:07:34 2022 -0500

    [fix][paths-filter] Upgrade GitHub Actions runtime to node16 to fix deprecation warning (#76)
    
    - 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/
---
 paths-filter/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paths-filter/action.yml b/paths-filter/action.yml
index b25aa5e..5d3dfd1 100644
--- a/paths-filter/action.yml
+++ b/paths-filter/action.yml
@@ -43,7 +43,7 @@ outputs:
   changes:
     description: JSON array with names of all filters matching any of changed files
 runs:
-  using: 'node12'
+  using: 'node16'
   main: 'dist/index.js'
 branding:
   color: blue