From 6e0ee89ee4464854aec48645c1bd158c9205c057 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Mon, 11 Nov 2024 03:05:55 -0800 Subject: [PATCH] fix: usage of `node12 which is deprecated` (#8791) --- .github/workflows/semantic-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr-title.yml b/.github/workflows/semantic-pr-title.yml index 969d23640..34a6413fe 100644 --- a/.github/workflows/semantic-pr-title.yml +++ b/.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 }}