Skip to content

Commit 9275384

Browse files
- Used latest versions of two support GH Actions. (#116)
1 parent 9191d81 commit 9275384

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check_pr_release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: '3.11'
3232

3333
- name: Check presence of release notes in PR description
34-
uses: AbsaOSS/release-notes-presence-check@v0.1.0
34+
uses: AbsaOSS/release-notes-presence-check@v0.2.0
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:

.github/workflows/release_draft.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ jobs:
3737

3838
- name: Check format of received tag
3939
id: check-version-tag
40-
uses: AbsaOSS/version-tag-check@v0.1.0
40+
uses: AbsaOSS/version-tag-check@v0.2.0
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
with:
4444
github-repository: ${{ github.repository }}
45-
branch: 'master'
4645
version-tag: ${{ github.event.inputs.tag-name }}
4746

4847
- name: Generate Release Notes

0 commit comments

Comments
 (0)