mirror of https://github.com/knative/docs.git
Update actions (#3700)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
7fcd22f69b
commit
0a23431197
|
@ -20,7 +20,7 @@ name: Test
|
|||
on:
|
||||
|
||||
push:
|
||||
branches: [ 'main', 'master' ]
|
||||
branches: [ 'main', 'master', 'mkdocs' ]
|
||||
|
||||
pull_request:
|
||||
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
|
||||
|
|
|
@ -36,8 +36,8 @@ jobs:
|
|||
env:
|
||||
#########################################
|
||||
# Update this section each release. #
|
||||
RELEASE: 'v0.23'
|
||||
SLACK_CHANNEL: 'release-23'
|
||||
RELEASE: 'v0.24'
|
||||
SLACK_CHANNEL: 'release-24'
|
||||
#########################################
|
||||
|
||||
steps:
|
||||
|
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
|
||||
- name: Install Tools
|
||||
env:
|
||||
WOKE_VERSION: v0.5.0
|
||||
WOKE_VERSION: v0.8.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.38
|
||||
version: v1.40
|
||||
|
||||
- name: misspell
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue