Skip to content

Commit

Permalink
ci: bump conventional PR title checker version (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
  • Loading branch information
mrverdant13 and Salakar committed Feb 23, 2022
1 parent 6c27ae1 commit 911de96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_title.yaml
@@ -1,4 +1,4 @@
name: 'PR Title is Conventional'
name: "PR Title is Conventional"
on:
pull_request_target:
types:
Expand All @@ -10,6 +10,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v2.1.0
- uses: amannn/action-semantic-pull-request@v4.2.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 911de96

Please sign in to comment.