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
|
- name: Install Tools
|
||||||
env:
|
env:
|
||||||
WOKE_VERSION: v0.8.0
|
WOKE_VERSION: v0.13.0
|
||||||
run: |
|
run: |
|
||||||
TEMP_PATH="$(mktemp -d)"
|
TEMP_PATH="$(mktemp -d)"
|
||||||
cd $TEMP_PATH
|
cd $TEMP_PATH
|
||||||
|
@ -127,7 +127,7 @@ jobs:
|
||||||
if: steps.golangci_configuration.outputs.files_exists == 'true'
|
if: steps.golangci_configuration.outputs.files_exists == 'true'
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: v1.40
|
version: v1.42
|
||||||
|
|
||||||
- name: misspell
|
- name: misspell
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue