Update actions (#3700)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2021-06-04 14:41:45 -07:00 committed by GitHub
parent 7fcd22f69b
commit 0a23431197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ name: Test
on:
push:
branches: [ 'main', 'master' ]
branches: [ 'main', 'master', 'mkdocs' ]
pull_request:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

View File

@ -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:

View File

@ -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