From aa95ad9b34b839fe3c48c02e18ad65b839c16d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 08:42:08 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/ci.yaml | 2 +- .github/workflows/deploy_live.yaml | 2 +- .github/workflows/teardown_dev.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b453e1d..ecf71c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* - name: Download npm Dependencies diff --git a/.github/workflows/deploy_live.yaml b/.github/workflows/deploy_live.yaml index 932bce8..71c5e10 100644 --- a/.github/workflows/deploy_live.yaml +++ b/.github/workflows/deploy_live.yaml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* - name: Download npm Dependencies diff --git a/.github/workflows/teardown_dev.yaml b/.github/workflows/teardown_dev.yaml index 31782dd..785416b 100644 --- a/.github/workflows/teardown_dev.yaml +++ b/.github/workflows/teardown_dev.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* - name: Setup kubectl