diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ca2c4dd..4199b95 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ 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 with: writeSummary: true @@ -51,6 +51,6 @@ jobs: - 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 }}