From 9ea38a2a59c046ae9d9ad6feaa52c532af019cc0 Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Thu, 11 Mar 2021 08:02:52 +0000 Subject: [PATCH] Update common github actions Signed-off-by: Knative Automation --- .github/workflows/knative-style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/knative-style.yaml b/.github/workflows/knative-style.yaml index be7ce9a87d..877f48501e 100644 --- a/.github/workflows/knative-style.yaml +++ b/.github/workflows/knative-style.yaml @@ -127,7 +127,7 @@ jobs: if: steps.golangci_configuration.outputs.files_exists == 'true' uses: golangci/golangci-lint-action@v2 with: - version: v1.35 + version: v1.38 - name: misspell shell: bash