From 88e7446dfca65a9c809ff50165e20175302ba2c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Nov 2021 05:04:58 +0000 Subject: [PATCH] chore(deps): update all --- .github/workflows/commit_lint.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index e709db95f9..b022d8f878 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -11,4 +11,4 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v3 \ No newline at end of file + - uses: wagoid/commitlint-github-action@v4 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c7adadd7e..ba5542bb70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: echo "::set-output name=prerelease::true" fi - id: set-version - uses: actions/github-script@v4 + uses: actions/github-script@v5 with: script: | const version = context.ref.replace(/^refs\/tags\//, '').replace(/^v/, '') diff --git a/go.mod b/go.mod index 65696097dc..d08024771a 100644 --- a/go.mod +++ b/go.mod @@ -40,6 +40,6 @@ require ( gopkg.in/yaml.v2 v2.4.0 k8s.io/api v0.22.4 k8s.io/apimachinery v0.22.4 - k8s.io/client-go v0.22.4 + k8s.io/client-go v1.5.2 sigs.k8s.io/controller-runtime v0.10.0 // indirect )