From f551ef493c687d745a4aba778b9b75135a4228ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:43:38 +0000 Subject: [PATCH] [Renovate] Update peter-evans/create-pull-request action to v6.0.4 --- .github/workflows/cff.yml | 2 +- .github/workflows/mirror.yml | 2 +- .github/workflows/ronlog.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cff.yml b/.github/workflows/cff.yml index 523b6666..12016f19 100644 --- a/.github/workflows/cff.yml +++ b/.github/workflows/cff.yml @@ -81,7 +81,7 @@ jobs: branch: develop repository: sorairolake/sysexits-rs - - uses: peter-evans/create-pull-request@v6.0.3 + - uses: peter-evans/create-pull-request@v6.0.4 with: assignees: | kevinmatthes diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 17cfbd99..ab775647 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -84,7 +84,7 @@ jobs: git commit --allow-empty -m \ "[GitHub Actions] Mirror README.md from src/lib.rs" - - uses: peter-evans/create-pull-request@v6.0.3 + - uses: peter-evans/create-pull-request@v6.0.4 with: assignees: | kevinmatthes diff --git a/.github/workflows/ronlog.yml b/.github/workflows/ronlog.yml index f7b31dd6..d390ff74 100644 --- a/.github/workflows/ronlog.yml +++ b/.github/workflows/ronlog.yml @@ -96,7 +96,7 @@ jobs: git commit -m \ '[GitHub Actions] Assemble CHANGELOG and Increment Versions' - - uses: peter-evans/create-pull-request@v6.0.3 + - uses: peter-evans/create-pull-request@v6.0.4 with: assignees: | kevinmatthes