You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/06/14 07:57:30 UTC

[camel-k-runtime] branch main updated: build(deps): bump actions/setup-node from 2 to 3

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 433e51c3 build(deps): bump actions/setup-node from 2 to 3
433e51c3 is described below

commit 433e51c380f0adfc23883c5378cdd1d0f5119c18
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 13 19:56:37 2023 +0000

    build(deps): bump actions/setup-node from 2 to 3
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/backport.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 5ea1910a..ddd852be 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -34,7 +34,7 @@ jobs:
           submodules: recursive
           path: camel-k-runtime-clone
       - name: setup Node
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
       - name: Backport
         uses: ./camel-k-runtime-clone/.github/actions/backport
         with: