Skip to content

Commit 21393d9

Browse files
authored
Fix: [AEA-0000] - bump semantic release version (#456)
## Summary - Routine Change ### Details - bump semantic release version
1 parent a1a9c85 commit 21393d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
tag_release:
3131
needs: [quality_checks, get_asdf_version]
32-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@2290b8f50ea4473c6e1b2249891ae1ba274d83c2
32+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@83c45bbbf4325920d6487747e9e4bf2547d1bd6a
3333
with:
3434
dry_run: true
3535
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1212

1313
pr_title_format_check:
14-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@7abf2a3233d1b08d6566570dbde34b85daa47859
14+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@83c45bbbf4325920d6487747e9e4bf2547d1bd6a
1515

1616
get_asdf_version:
1717
runs-on: ubuntu-22.04
@@ -33,7 +33,7 @@ jobs:
3333
3434
tag_release:
3535
needs: [get_asdf_version]
36-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@2290b8f50ea4473c6e1b2249891ae1ba274d83c2
36+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@83c45bbbf4325920d6487747e9e4bf2547d1bd6a
3737
with:
3838
dry_run: true
3939
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3131
tag_release:
3232
needs: [quality_checks, get_asdf_version]
33-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@2290b8f50ea4473c6e1b2249891ae1ba274d83c2
33+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@83c45bbbf4325920d6487747e9e4bf2547d1bd6a
3434
with:
3535
dry_run: false
3636
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

0 commit comments

Comments
 (0)