Update actions (#517)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2021-08-25 23:04:31 -07:00 committed by GitHub
parent c1a1ca6e3b
commit c9cb048652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ jobs:
- name: Install Tools
env:
WOKE_VERSION: v0.8.0
WOKE_VERSION: v0.13.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.40
version: v1.42
- name: misspell
shell: bash