Skip to content

Commit c487967

Browse files
chore(deps): update github actions
1 parent ac266ba commit c487967

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/shared-license.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: ${{ github.event.pull_request.head.ref }}
3636

3737
- name: Check License Header
38-
uses: apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0
38+
uses: apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0
3939
with:
4040
config: .github/licenserc.yaml
4141
mode: check
@@ -56,7 +56,7 @@ jobs:
5656
ref: ${{ github.event.pull_request.head.ref }}
5757

5858
- name: Check License Header
59-
uses: apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0
59+
uses: apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0
6060
with:
6161
config: .github/licenserc.yaml
6262
mode: fix

workflows/e2e/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
# Create the admin cluster with latest kubernetes version
4949
- name: Create Admin Cluster
50-
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
50+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
5151
with:
5252
version: 'v0.31.0'
5353
cluster_name: ${{ inputs.admin-cluster-name }}
@@ -72,7 +72,7 @@ runs:
7272
7373
# Create the remote cluster with kubernetes version from the matrix
7474
- name: Create Remote Cluster
75-
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
75+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
7676
with:
7777
version: 'v0.31.0'
7878
node_image: 'kindest/node:${{ inputs.remote-k8s-version }}'

0 commit comments

Comments
 (0)