diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6163dc5..41f2dcc 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@938cb9aabca199d264e48a5366757bee94dd1185 # v0.7.44 + uses: spritely/actions.semantic-version/get@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47 - name: Apply semantic version if: ${{ steps.version.outputs.branchName == github.event.repository.default_branch }} - uses: spritely/actions.semantic-version/apply@938cb9aabca199d264e48a5366757bee94dd1185 # v0.7.44 + uses: spritely/actions.semantic-version/apply@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47 with: version: ${{ steps.version.outputs.version }} diff --git a/action.yaml b/action.yaml index 560aa0d..dd517b4 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@938cb9aabca199d264e48a5366757bee94dd1185 # v0.7.44 + uses: spritely/actions.semantic-version/get@ad884951b391d2519fe95ca6beec3130e3b6ad51 # v0.7.47 with: workingDirectory: ${{ inputs.workingDirectory }}