Skip to content

Commit

Permalink
- Used latest versions of two support GH Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Nov 26, 2024
1 parent 9191d81 commit 9efee82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: '3.11'

- name: Check presence of release notes in PR description
uses: AbsaOSS/release-notes-presence-check@v0.1.0
uses: AbsaOSS/release-notes-presence-check@v0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:

- name: Check format of received tag
id: check-version-tag
uses: AbsaOSS/version-tag-check@v0.1.0
uses: AbsaOSS/version-tag-check@v0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github-repository: ${{ github.repository }}
branch: 'master'
version-tag: ${{ github.event.inputs.tag-name }}

- name: Generate Release Notes
Expand Down

0 comments on commit 9efee82

Please sign in to comment.