From 201740aabe9c5f94b446fd4d6c70a234f4b14c5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:00:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/test-preview.yml | 2 +- .github/workflows/theme-bootstrap-vue.yml | 2 +- .github/workflows/theme-tailwindcss.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-preview.yml b/.github/workflows/test-preview.yml index 71e5bb0..98c5533 100644 --- a/.github/workflows/test-preview.yml +++ b/.github/workflows/test-preview.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v4.1.0 with: node-version: 16 check-latest: true diff --git a/.github/workflows/theme-bootstrap-vue.yml b/.github/workflows/theme-bootstrap-vue.yml index 5498ad9..26fbc01 100644 --- a/.github/workflows/theme-bootstrap-vue.yml +++ b/.github/workflows/theme-bootstrap-vue.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v4.1.0 with: node-version: 16 check-latest: true diff --git a/.github/workflows/theme-tailwindcss.yml b/.github/workflows/theme-tailwindcss.yml index e4e13c1..4e31304 100644 --- a/.github/workflows/theme-tailwindcss.yml +++ b/.github/workflows/theme-tailwindcss.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v4.1.0 with: node-version: 16 check-latest: true