From a4ebbdc5cc472149eea7e6fbf0eeb0ec113a2a44 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Thu, 12 Mar 2026 13:16:44 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20nolar/setup-k3d-?= =?UTF-8?q?k3s=20action=20v1.0.9=20=E2=86=92=20v1.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/common-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 528c4c9aeaf..5193634ea87 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -201,7 +201,7 @@ jobs: - name: Create k3d cluster - Attempt 1/3 continue-on-error: true id: createc1 - uses: nolar/setup-k3d-k3s@293b8e5822a20bc0d5bcdd4826f1a665e72aba96 # tag=v1.0.9 + uses: nolar/setup-k3d-k3s@8bf8d22160e8b1d184dcb780e390d6952a7eec65 # v1.0.10 with: github-token: ${{ secrets.GITHUB_TOKEN }} version: ${{ matrix.k3s-version }} @@ -216,7 +216,7 @@ jobs: continue-on-error: true if: steps.createc1.outcome=='failure' id: createc2 - uses: nolar/setup-k3d-k3s@293b8e5822a20bc0d5bcdd4826f1a665e72aba96 # tag=v1.0.9 + uses: nolar/setup-k3d-k3s@8bf8d22160e8b1d184dcb780e390d6952a7eec65 # v1.0.10 with: github-token: ${{ secrets.GITHUB_TOKEN }} version: ${{ matrix.k3s-version }} @@ -230,7 +230,7 @@ jobs: - name: Create k3d cluster - Attempt 3/3 id: createc3 if: steps.createc2.outcome=='failure' - uses: nolar/setup-k3d-k3s@293b8e5822a20bc0d5bcdd4826f1a665e72aba96 # tag=v1.0.9 + uses: nolar/setup-k3d-k3s@8bf8d22160e8b1d184dcb780e390d6952a7eec65 # v1.0.10 with: github-token: ${{ secrets.GITHUB_TOKEN }} version: ${{ matrix.k3s-version }}