Browse Source

fix: usage of `node12 which is deprecated` (#8791)

Hamir Mahal 10 months ago
parent
commit
6e0ee89ee4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/semantic-pr-title.yml

+ 1 - 1
.github/workflows/semantic-pr-title.yml

@@ -11,6 +11,6 @@ jobs:
   semantic:
     runs-on: ubuntu-latest
     steps:
-      - uses: amannn/action-semantic-pull-request@v3.0.0
+      - uses: amannn/action-semantic-pull-request@v5
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}