From c4879674d1adc8ebf84e016b6b412521b29d110a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:42:49 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/shared-license.yaml | 4 ++-- workflows/e2e/action.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/shared-license.yaml b/.github/workflows/shared-license.yaml index 34ca414..055f4ca 100644 --- a/.github/workflows/shared-license.yaml +++ b/.github/workflows/shared-license.yaml @@ -35,7 +35,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Check License Header - uses: apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0 + uses: apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0 with: config: .github/licenserc.yaml mode: check @@ -56,7 +56,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Check License Header - uses: apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0 + uses: apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0 with: config: .github/licenserc.yaml mode: fix diff --git a/workflows/e2e/action.yaml b/workflows/e2e/action.yaml index 3df09da..870312a 100644 --- a/workflows/e2e/action.yaml +++ b/workflows/e2e/action.yaml @@ -47,7 +47,7 @@ runs: # Create the admin cluster with latest kubernetes version - name: Create Admin Cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: version: 'v0.31.0' cluster_name: ${{ inputs.admin-cluster-name }} @@ -72,7 +72,7 @@ runs: # Create the remote cluster with kubernetes version from the matrix - name: Create Remote Cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: version: 'v0.31.0' node_image: 'kindest/node:${{ inputs.remote-k8s-version }}'