From 7d4a945c2a28bb23a94d4be92b9309634ade8b98 Mon Sep 17 00:00:00 2001 From: Jay Whitwell <72501756+jay-whitwell@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:45:29 +0000 Subject: [PATCH] UML-3242: #patch default update to minor (#2505) --- .github/workflows/path-to-live.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/path-to-live.yml b/.github/workflows/path-to-live.yml index 1cbd63823a..9330a91d30 100644 --- a/.github/workflows/path-to-live.yml +++ b/.github/workflows/path-to-live.yml @@ -41,11 +41,12 @@ jobs: echo "short_sha=$(echo ${GITHUB_SHA:0:7})" >> $GITHUB_OUTPUT - name: Bump version and push tag - uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v2.6.2 + uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v2.7.3 id: semver_tag with: github_token: ${{ secrets.GITHUB_TOKEN }} with_v: true + default_bump: minor terraform_lint: name: lint terraform code