From bb831c7c12746dd41080ccbaea7bceb4700099f7 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Mon, 27 Jun 2022 22:16:29 -0400 Subject: [PATCH] Update actions (#1082) Signed-off-by: Knative Automation --- .github/workflows/knative-releasability.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/knative-releasability.yaml b/.github/workflows/knative-releasability.yaml index 0b9ae5944..815a31eb3 100644 --- a/.github/workflows/knative-releasability.yaml +++ b/.github/workflows/knative-releasability.yaml @@ -25,8 +25,8 @@ jobs: releasability: uses: knative/actions/.github/workflows/releasability.yaml@main with: - releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.5' }} - moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.32' }} - slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot5' }} + releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.6' }} + moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.33' }} + slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot6' }} secrets: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}