From e489cb5a9b23a08f929a90a92700ecdeb3310a36 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 7 Nov 2024 16:32:30 +0000 Subject: [PATCH] Update python, node, helm --- .github/workflows/diff.yml | 2 +- .github/workflows/publish.yml | 8 ++++---- .github/workflows/test-docker-build.yaml | 4 ++-- .github/workflows/test.yml | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/diff.yml b/.github/workflows/diff.yml index a1186e64c..5cbd0f01f 100644 --- a/.github/workflows/diff.yml +++ b/.github/workflows/diff.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" - name: Install helm diff plugin, update local chart dependencies run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1950aeeb4..eecba7b25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,12 +42,12 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" - uses: actions/setup-node@v4 # node required to build wheel with: - node-version: "16" + node-version: "22" - name: Set up QEMU (for docker buildx) uses: docker/setup-qemu-action@v3 @@ -58,7 +58,7 @@ jobs: - name: Setup helm uses: azure/setup-helm@v4 with: - version: "v3.5.4" + version: "v3.16.2" - name: Install chart publishing dependencies (chartpress, etc) run: | @@ -119,7 +119,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" - name: Install pypa/build run: python -mpip install build - name: Build a sdist, and a binary wheel from the sdist diff --git a/.github/workflows/test-docker-build.yaml b/.github/workflows/test-docker-build.yaml index 8a52e6b2a..86af0762a 100644 --- a/.github/workflows/test-docker-build.yaml +++ b/.github/workflows/test-docker-build.yaml @@ -38,12 +38,12 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" - uses: actions/setup-node@v4 # node required to build wheel with: - node-version: "16" + node-version: "22" - name: Install chartpress run: pip install chartpress build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26cc61cbd..3bfd134fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -139,7 +139,7 @@ jobs: - uses: actions/setup-node@v4 id: setup-node with: - node-version: "18" + node-version: "22" - name: Cache npm uses: actions/cache@v4 @@ -155,7 +155,7 @@ jobs: - uses: actions/setup-python@v5 id: setup-python with: - python-version: "3.11" + python-version: "3.12" - name: Cache pip uses: actions/cache@v4 @@ -397,7 +397,7 @@ jobs: - uses: actions/setup-node@v4 id: setup-node with: - node-version: "18" + node-version: "22" - name: Cache npm uses: actions/cache@v4 @@ -408,7 +408,7 @@ jobs: - uses: actions/setup-python@v5 id: setup-python with: - python-version: "3.11" + python-version: "3.12" - name: Cache pip uses: actions/cache@v4