Skip to content

Commit 5e80289

Browse files
chore(deps): bump AbsaOSS/version-tag-check from 0.3.0 to 1.0.0 (#51)
Bumps [AbsaOSS/version-tag-check](https://github.com/absaoss/version-tag-check) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/absaoss/version-tag-check/releases) - [Commits](36496be...4145e48) --- updated-dependencies: - dependency-name: AbsaOSS/version-tag-check dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b66da1 commit 5e80289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_draft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Check Format of Received Tag
4242
id: check-version-tag
43-
uses: AbsaOSS/version-tag-check@36496be76eab24e1f14d45d3b8292311a2aebaaa
43+
uses: AbsaOSS/version-tag-check@4145e48bf3f77a5afff2ec9afdd8afb6b53bce34
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:
@@ -50,7 +50,7 @@ jobs:
5050
- name: Check Format of Received From Tag
5151
if: ${{ github.event.inputs.from-tag-name }}
5252
id: check-version-from-tag
53-
uses: AbsaOSS/version-tag-check@36496be76eab24e1f14d45d3b8292311a2aebaaa
53+
uses: AbsaOSS/version-tag-check@4145e48bf3f77a5afff2ec9afdd8afb6b53bce34
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
with:

0 commit comments

Comments
 (0)