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 902484c811 Bump actions/setup-node from 3 to 4 (#1931)
902484c811 is described below

commit 902484c811b9362b6ca9bb0a2b599ea5db16732e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 24 10:27:36 2023 +0000

    Bump actions/setup-node from 3 to 4 (#1931)
---
 .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 a54384807f..6e37d194b1 100644
--- a/.github/workflows/monitoringUITests.yml
+++ b/.github/workflows/monitoringUITests.yml
@@ -54,7 +54,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Build the application, with Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           # Set always-auth in npmrc
           always-auth: false # optional, default is false

Reply via email to