From e91c2a15c032fe1bf1ef4d4a3ff24876374cef0a Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 14 Apr 2026 03:19:14 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20nolar/setup-k3d?= =?UTF-8?q?-k3s=20action=20v1.0.10=20=E2=86=92=20v1.1.0?= 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 4b1c606d135..71695682c35 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@8bf8d22160e8b1d184dcb780e390d6952a7eec65 # v1.0.10 + uses: nolar/setup-k3d-k3s@62c9d1bd2bc843275c85d2e7dcd696edc1160eee # v1.1.0 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@8bf8d22160e8b1d184dcb780e390d6952a7eec65 # v1.0.10 + uses: nolar/setup-k3d-k3s@62c9d1bd2bc843275c85d2e7dcd696edc1160eee # v1.1.0 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@8bf8d22160e8b1d184dcb780e390d6952a7eec65 # v1.0.10 + uses: nolar/setup-k3d-k3s@62c9d1bd2bc843275c85d2e7dcd696edc1160eee # v1.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} version: ${{ matrix.k3s-version }}