Skip to content

Commit

Permalink
fix: Use a none missing semantic pr check action (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Apr 19, 2021
1 parent 8284d20 commit 0cd0771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Expand Up @@ -10,6 +10,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v1.2.0
- uses: amannn/action-semantic-pull-request@v3.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cd0771

Please sign in to comment.