Skip to content

Commit cee2cc0

Browse files
Bump Afterlife-Guide/SemVer.Action from 1.3.5.21 to 1.3.6.22
Bumps [Afterlife-Guide/SemVer.Action](https://github.com/afterlife-guide/semver.action) from 1.3.5.21 to 1.3.6.22. - [Release notes](https://github.com/afterlife-guide/semver.action/releases) - [Changelog](https://github.com/Afterlife-Guide/SemVer.Action/blob/develop/CHANGELOG.md) - [Commits](Afterlife-Guide/SemVer.Action@aca48a9...17a48e3) --- updated-dependencies: - dependency-name: Afterlife-Guide/SemVer.Action dependency-version: 1.3.6.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b5146b commit cee2cc0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/branch-hotfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
echo "patch_version=$(($(cat semver.json | jq -r '.patch')+1))" > $GITHUB_OUTPUT
3838
- name: Store New Version
39-
uses: Afterlife-Guide/SemVer.Action@aca48a98ffa98850a05ec258fe1bdf901dd235ae # 1.3.5.21
39+
uses: Afterlife-Guide/SemVer.Action@17a48e334bcaa4901edbde656b3de21a5d0666a3 # 1.3.6.22
4040
with:
4141
path: semver.json
4242
major-version: ${{ needs.get-version.outputs.major }}

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: git checkout -b release/${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}.${{ github.run_number }}
2525

2626
- name: Update Version Number
27-
uses: Afterlife-Guide/SemVer.Action@aca48a98ffa98850a05ec258fe1bdf901dd235ae # 1.3.5.21
27+
uses: Afterlife-Guide/SemVer.Action@17a48e334bcaa4901edbde656b3de21a5d0666a3 # 1.3.6.22
2828
with:
2929
path: semver.json
3030
major-version: ${{ github.event.inputs.major_version }}

.github/workflows/step-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
4343
- name: Get Version
4444
id: get-version
45-
uses: Afterlife-Guide/SemVer.Action@aca48a98ffa98850a05ec258fe1bdf901dd235ae # 1.3.5.21
45+
uses: Afterlife-Guide/SemVer.Action@17a48e334bcaa4901edbde656b3de21a5d0666a3 # 1.3.6.22
4646
with:
4747
path: 'semver.json'
4848
- id: set-version

0 commit comments

Comments
 (0)