From ef0772f981136d0701bcac93ea58804bf3c5449f Mon Sep 17 00:00:00 2001 From: "spritely-renovatebot[bot]" <269751000+spritely-renovatebot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:07:25 +0000 Subject: [PATCH] Update spritely/actions.semantic-version action to v0.7.49 --- .github/workflows/build.yaml | 4 ++-- action.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 41f2dcc..931268a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,10 +13,10 @@ jobs: steps: - id: version name: Get semantic version - uses: spritely/actions.semantic-version/get@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47 + uses: spritely/actions.semantic-version/get@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 - name: Apply semantic version if: ${{ steps.version.outputs.branchName == github.event.repository.default_branch }} - uses: spritely/actions.semantic-version/apply@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47 + uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 with: version: ${{ steps.version.outputs.version }} diff --git a/action.yaml b/action.yaml index dd517b4..1f13819 100644 --- a/action.yaml +++ b/action.yaml @@ -60,7 +60,7 @@ runs: steps: - id: version name: Get semantic version - uses: spritely/actions.semantic-version/get@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47 + uses: spritely/actions.semantic-version/get@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 with: workingDirectory: ${{ inputs.workingDirectory }}