You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by gi...@apache.org on 2022/08/24 12:00:52 UTC

[systemds] branch main updated: Bump actions/setup-node from 2 to 3 (#1688)

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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new fdd9985c08 Bump actions/setup-node from 2 to 3 (#1688)
fdd9985c08 is described below

commit fdd9985c0839a8706d36d5faf062a80f2062996a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 24 12:00:42 2022 +0000

    Bump actions/setup-node from 2 to 3 (#1688)
---
 .github/workflows/monitoringUITests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/monitoringUITests.yml b/.github/workflows/monitoringUITests.yml
index cf94e92b7b..ab577117c4 100644
--- a/.github/workflows/monitoringUITests.yml
+++ b/.github/workflows/monitoringUITests.yml
@@ -54,7 +54,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Build the application, with Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v3
         with:
           # Set always-auth in npmrc
           always-auth: false # optional, default is false