From aacd22c3d010706dc9ecedae667773d042ac2da5 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Mon, 31 May 2021 04:14:32 -0700 Subject: [PATCH] Update actions (#1331) Signed-off-by: Knative Automation --- .github/workflows/knative-style.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/knative-style.yaml b/.github/workflows/knative-style.yaml index 754b91736..a231bd008 100644 --- a/.github/workflows/knative-style.yaml +++ b/.github/workflows/knative-style.yaml @@ -100,7 +100,7 @@ jobs: - name: Install Tools env: - WOKE_VERSION: v0.5.0 + WOKE_VERSION: v0.8.0 run: | TEMP_PATH="$(mktemp -d)" cd $TEMP_PATH @@ -127,7 +127,7 @@ jobs: if: steps.golangci_configuration.outputs.files_exists == 'true' uses: golangci/golangci-lint-action@v2 with: - version: v1.38 + version: v1.40 - name: misspell shell: bash