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 }}