mirror of https://github.com/knative/caching.git
Update actions (#517)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
c1a1ca6e3b
commit
c9cb048652
|
@ -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