diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98e2b41..c109118 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* - name: Setup kubectl diff --git a/.github/workflows/deploy_live.yaml b/.github/workflows/deploy_live.yaml index 8074b0d..69de126 100644 --- a/.github/workflows/deploy_live.yaml +++ b/.github/workflows/deploy_live.yaml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* - name: Setup kubectl diff --git a/.github/workflows/teardown_dev.yaml b/.github/workflows/teardown_dev.yaml index 3709fea..7ac3205 100644 --- a/.github/workflows/teardown_dev.yaml +++ b/.github/workflows/teardown_dev.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* - name: Setup kubectl