Skip to content

Commit

Permalink
Update common github actions (#1081)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Oct 29, 2020
1 parent ed67482 commit 6d00de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/knative-releasability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d00de6

Please sign in to comment.