From c15d7b175be2e078f287f636599569d47f51cff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82kowski?= Date: Wed, 2 Oct 2024 14:38:35 +0200 Subject: [PATCH] Update semantic_release_lint.yml --- .github/workflows/semantic_release_lint.yml | 25 ++++++++++++--------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/semantic_release_lint.yml b/.github/workflows/semantic_release_lint.yml index 97319ea8..7e59ea6e 100644 --- a/.github/workflows/semantic_release_lint.yml +++ b/.github/workflows/semantic_release_lint.yml @@ -1,15 +1,18 @@ name: 'Pull Request SemVer lint' + on: - pull_request_target: - types: - - opened - - edited - - synchronize + pull_request_target: + types: + - opened + - edited + - synchronize jobs: - main: - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v1.2.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + main: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - uses: amannn/action-semantic-pull-request@v3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}