From 18bab5ec4c782cdf7d7525dbe89c60bfa02fc195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:35:50 +0800 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6 (#755) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/palette.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/palette.yml b/.github/workflows/palette.yml index 31aa5cb3..55d0e5e9 100644 --- a/.github/workflows/palette.yml +++ b/.github/workflows/palette.yml @@ -17,7 +17,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: 'feat: auto-sync upstream palettes' committer: GitHub