mirror of https://github.com/knative/docs.git
Update actions (#4158)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
5c1f26e5dc
commit
edd5d58565
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue