From 9e61d114c8495f2c540df22cbab4de4164b12897 Mon Sep 17 00:00:00 2001 From: Alex Urbina Date: Thu, 23 May 2024 09:37:05 -0600 Subject: [PATCH] BRE-87 TEST: Update version-bump workflow to use bitwarden/gh-actions/report-upcoming-release-version@task/BRE-87 --- .github/workflows/version-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 4c97289872..b6d3f2d471 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -204,7 +204,7 @@ jobs: - name: Report upcoming release version to Slack if: ${{ steps.version-changed.outputs.changes_to_commit == 'TRUE' }} && ${{ inputs.enable_slack_notification == true }} - uses: bitwarden/gh-actions/report-upcoming-release-version@main + uses: bitwarden/gh-actions/report-upcoming-release-version@task/BRE-87 with: version: ${{ steps.set-final-version-output.outputs.version }} project: ${{ github.repository }}