From 81d43a9c56dba7d97b82d87cc9e505adf98b1384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:10:58 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5 --- .github/workflows/code-style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index d3fb306c8..eef8849d1 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -42,7 +42,7 @@ jobs: run: npx prettier --write ./ - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: commit-message: "style: auto-format source code" committer: "github-actions[bot] "