Skip to content

Commit caf92af

Browse files
committed
chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions
1 parent 8cac716 commit caf92af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Validate PR Title
13-
uses: amannn/action-semantic-pull-request@v5
13+
uses: amannn/action-semantic-pull-request@v6
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
with:

0 commit comments

Comments
 (0)