Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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

- name: Create .env for build
shell: bash
Expand All @@ -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@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47
uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49
with:
version: ${{ steps.version.outputs.version }}
4 changes: 2 additions & 2 deletions container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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:
writeSummary: ${{ inputs.writeSummary }}

Expand All @@ -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@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47
uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49
with:
version: ${{ steps.version.outputs.version }}
4 changes: 2 additions & 2 deletions dotnet-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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:
writeSummary: ${{ inputs.writeSummary }}

Expand Down Expand Up @@ -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@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47
uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49
with:
version: ${{ steps.version.outputs.version }}
4 changes: 2 additions & 2 deletions dotnet-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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:
writeSummary: ${{ inputs.writeSummary }}

Expand Down Expand Up @@ -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@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47
uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49
with:
version: ${{ steps.version.outputs.version }}
4 changes: 2 additions & 2 deletions dotnet-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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:
writeSummary: ${{ inputs.writeSummary }}

Expand All @@ -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@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47
uses: spritely/actions.semantic-version/apply@58d08d8d92783b4ccc7afb0925166dd75f24413b # v0.7.49
with:
version: ${{ steps.version.outputs.version }}
Loading