Browse Source

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

pull/8794/head
Hamir Mahal 1 year ago committed by GitHub
parent
commit
6e0ee89ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/semantic-pr-title.yml

2
.github/workflows/semantic-pr-title.yml

@ -11,6 +11,6 @@ jobs: @@ -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 }}

Loading…
Cancel
Save