From 7f57324655d0f1a9307a63d599c820ea92b72749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 13:31:06 +0800 Subject: [PATCH] GHA CI: Bump github actions versions PR #19784 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chocobo1 --- .github/workflows/ci_webui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_webui.yaml b/.github/workflows/ci_webui.yaml index 96e263908..e7bd0478f 100644 --- a/.github/workflows/ci_webui.yaml +++ b/.github/workflows/ci_webui.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Setup nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 'lts/*'