Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

build(deps): bump amannn/action-semantic-pull-request from 3.4.2 to 5.5.3 #803

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_branch_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: check if PR title follows conventional commits specs
uses: amannn/action-semantic-pull-request@v3.4.2
uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
# using github token for external/dependabot PR,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_branch_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: check if PR title follows conventional commits specs
uses: amannn/action-semantic-pull-request@v3.4.2
uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
# using github token for external/dependabot PR,
Expand Down
Loading