Skip to content

Commit d1c7471

Browse files
Update actions (#81)
Signed-off-by: Knative Automation <[email protected]> Co-authored-by: Knative Automation <[email protected]>
1 parent 5071bd2 commit d1c7471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/knative-style.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Install Tools
102102
env:
103-
WOKE_VERSION: v0.8.0
103+
WOKE_VERSION: v0.13.0
104104
run: |
105105
TEMP_PATH="$(mktemp -d)"
106106
cd $TEMP_PATH
@@ -127,7 +127,7 @@ jobs:
127127
if: steps.golangci_configuration.outputs.files_exists == 'true'
128128
uses: golangci/golangci-lint-action@v2
129129
with:
130-
version: v1.40
130+
version: v1.42
131131

132132
- name: misspell
133133
shell: bash

0 commit comments

Comments
 (0)