From ff828e9649bcdb5c6fdd0e32835b3fc950404f36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 23:16:16 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5 --- .github/workflows/misspell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index 45e5821..e0ab722 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: sobolevn/misspell-fixer-action@0.1.0 - - uses: peter-evans/create-pull-request@v3 + - uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: correct typos `[misspell-fixer]`'