From 080ce62dbcaafb56f45a8ca9b16813fad61becaa Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Wed, 7 Dec 2022 23:17:33 -0800 Subject: [PATCH] chore: Update pr-title to remove deprecation warning (#454) --- .github/workflows/pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index b89795d..25be321 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -14,7 +14,7 @@ jobs: steps: # Please look up the latest version from # https://github.com/amannn/action-semantic-pull-request/releases - - uses: amannn/action-semantic-pull-request@v3.4.6 + - uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: