From 1b76b390a76fd32d1b18950f916599a1e2fae907 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:23:19 +0000 Subject: [PATCH] chore(deps): update paulhatch/semantic-version action to v5.4.0 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 054548e..1612767 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: - name: Extract branch name id: extract_branch run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//-/g')" >> $GITHUB_ENV - - uses: paulhatch/semantic-version@v5.3.0 + - uses: paulhatch/semantic-version@v5.4.0 id: version with: version_format: "${major}.${minor}.${patch}-${{ env.BRANCH_NAME }}${increment}"