From 4b65b43229e9cd3642159f20eddf350ae2a905ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:23:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/verify-jupyter.yml | 2 +- .github/workflows/verify-streamlit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-jupyter.yml b/.github/workflows/verify-jupyter.yml index 8a9e8c1241..99b7f1577f 100644 --- a/.github/workflows/verify-jupyter.yml +++ b/.github/workflows/verify-jupyter.yml @@ -14,7 +14,7 @@ jobs: - name: Build package run: poetry build - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "20" - name: Install dependencies diff --git a/.github/workflows/verify-streamlit.yml b/.github/workflows/verify-streamlit.yml index b857fa63b1..fab762db4e 100644 --- a/.github/workflows/verify-streamlit.yml +++ b/.github/workflows/verify-streamlit.yml @@ -14,7 +14,7 @@ jobs: - name: Build package run: poetry build - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "20" - name: Install dependencies