Update common github actions (#376)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2020-10-28 18:41:34 -07:00 committed by GitHub
parent 0b6520137d
commit 01b051e4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ jobs:
env:
#########################################
# Update this section each release. #
RELEASE: 'v0.18'
SLACK_CHANNEL: 'release-18'
RELEASE: 'v0.19'
SLACK_CHANNEL: 'release-19'
#########################################
steps:

View File

@ -121,7 +121,7 @@ jobs:
if: steps.golangci_configuration.outputs.files_exists == 'true'
uses: golangci/golangci-lint-action@v2
with:
version: v1.30
version: v1.32
- name: misspell
shell: bash