From 2ecb92cbe3d56730b2df4ebd49f541a4f7afab41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:58:45 +0000 Subject: [PATCH] bump(deps): update peter-evans/create-pull-request action to v6.0.4 --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 9f0aaf3fe..8eec034ac 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -63,7 +63,7 @@ jobs: # private_key: ${{ secrets.SYNC_PRIVATE_KEY }} # permission is set to `write` for `pull-requests` and `contents` - - uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3 + - uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4 with: # token: ${{ steps.app.outputs.token }} commit-message: 'chore(sync): ${{ matrix.repo }}'