diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 03111e2..4c54a46 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: steps: - id: version name: Get semantic version - uses: spritely/actions.semantic-version/get@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/get@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 - name: Create .env for build shell: bash @@ -26,6 +26,6 @@ jobs: - name: Apply semantic version if: ${{ steps.version.outputs.branchName == github.event.repository.default_branch }} - uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/apply@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: version: ${{ steps.version.outputs.version }} diff --git a/container/action.yaml b/container/action.yaml index e134506..771da4f 100644 --- a/container/action.yaml +++ b/container/action.yaml @@ -33,7 +33,7 @@ runs: steps: - id: version name: Get semantic version - uses: spritely/actions.semantic-version/get@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/get@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: writeSummary: ${{ inputs.writeSummary }} @@ -51,6 +51,6 @@ runs: - name: Apply semantic version if: ${{ steps.version.outputs.branchName == github.event.repository.default_branch }} - uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/apply@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: version: ${{ steps.version.outputs.version }} diff --git a/dotnet-container/action.yaml b/dotnet-container/action.yaml index ed6fe20..12ad60a 100644 --- a/dotnet-container/action.yaml +++ b/dotnet-container/action.yaml @@ -52,7 +52,7 @@ runs: steps: - id: version name: Get semantic version - uses: spritely/actions.semantic-version/get@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/get@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: writeSummary: ${{ inputs.writeSummary }} @@ -87,6 +87,6 @@ runs: - name: Apply semantic version if: ${{ steps.version.outputs.branchName == github.event.repository.default_branch }} - uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/apply@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: version: ${{ steps.version.outputs.version }} diff --git a/dotnet-package/action.yaml b/dotnet-package/action.yaml index 43c027d..7c88829 100644 --- a/dotnet-package/action.yaml +++ b/dotnet-package/action.yaml @@ -45,7 +45,7 @@ runs: steps: - id: version name: Get semantic version - uses: spritely/actions.semantic-version/get@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/get@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: writeSummary: ${{ inputs.writeSummary }} @@ -76,6 +76,6 @@ runs: - name: Apply semantic version if: ${{ steps.version.outputs.branchName == github.event.repository.default_branch }} - uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/apply@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: version: ${{ steps.version.outputs.version }} diff --git a/dotnet-test/action.yaml b/dotnet-test/action.yaml index f909244..19d9506 100644 --- a/dotnet-test/action.yaml +++ b/dotnet-test/action.yaml @@ -41,7 +41,7 @@ runs: steps: - id: version name: Get semantic version - uses: spritely/actions.semantic-version/get@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/get@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: writeSummary: ${{ inputs.writeSummary }} @@ -60,6 +60,6 @@ runs: - name: Apply semantic version if: ${{ steps.version.outputs.branchName == github.event.repository.default_branch }} - uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49 + uses: spritely/actions.semantic-version/apply@8f7bbefbb8c3e4f457933ae3b2ce14a30fc754d4 # v0.7.50 with: version: ${{ steps.version.outputs.version }}