Skip to content

Commit f1cca85

Browse files
Upgrade: [dependabot] - bump NHSDigital/eps-workflow-semantic-release
Bumps [NHSDigital/eps-workflow-semantic-release](https://github.com/nhsdigital/eps-workflow-semantic-release) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/nhsdigital/eps-workflow-semantic-release/releases) - [Changelog](https://github.com/NHSDigital/eps-workflow-semantic-release/blob/main/release.config.cjs) - [Commits](NHSDigital/eps-workflow-semantic-release@326225b...f80157c) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-semantic-release dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d00d1a7 commit f1cca85

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
@@ -44,7 +44,7 @@ jobs:
4444
4545
tag_release:
4646
needs: [quality_checks, get_commit_id, get_asdf_version]
47-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@326225b83f732d4edc4d6628453924d14f11ed90
47+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
4848
with:
4949
dry_run: true
5050
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
@@ -16,7 +16,7 @@ jobs:
1616
install_java: true
1717

1818
pr_title_format_check:
19-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@326225b83f732d4edc4d6628453924d14f11ed90
19+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
2020

2121
get_issue_number:
2222
runs-on: ubuntu-22.04
@@ -64,7 +64,7 @@ jobs:
6464
6565
tag_release:
6666
needs: [get_asdf_version]
67-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@326225b83f732d4edc4d6628453924d14f11ed90
67+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
6868
with:
6969
dry_run: true
7070
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
@@ -43,7 +43,7 @@ jobs:
4343
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
4444
tag_release:
4545
needs: [quality_checks, get_commit_id, get_asdf_version]
46-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@326225b83f732d4edc4d6628453924d14f11ed90
46+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
4747
with:
4848
dry_run: false
4949
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

0 commit comments

Comments
 (0)