From 552453d17e9546be354b8e7f6397f75345db5abd Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Thu, 29 Oct 2020 01:34:58 +0000 Subject: [PATCH] Update common github actions Signed-off-by: Knative Automation --- .github/workflows/knative-releasability.yaml | 4 ++-- .github/workflows/knative-style.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/knative-releasability.yaml b/.github/workflows/knative-releasability.yaml index fd934ab759..e3e928013d 100644 --- a/.github/workflows/knative-releasability.yaml +++ b/.github/workflows/knative-releasability.yaml @@ -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: diff --git a/.github/workflows/knative-style.yaml b/.github/workflows/knative-style.yaml index 116c5a13a4..a57a71a235 100644 --- a/.github/workflows/knative-style.yaml +++ b/.github/workflows/knative-style.yaml @@ -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