From 8e77ca5dcf5bc0f2ef39be20481252488d77f1b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 02:07:04 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 (#31) * Update peter-evans/create-pull-request action to v6 * Set author to GitHub Actions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> --- .github/workflows/generate-js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-js.yml b/.github/workflows/generate-js.yml index a0aa56a..f3b3f8a 100644 --- a/.github/workflows/generate-js.yml +++ b/.github/workflows/generate-js.yml @@ -40,11 +40,11 @@ jobs: fi - name: Create pull request with generated JavaScript - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 with: add-paths: dist/ commit-message: Generate JavaScript based on ${{ github.sha }} - author: GitHub + author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> branch: github-actions/generate-js/${{ github.ref_name }} title: Generate JavaScript for branch `${{ github.ref_name }}` body: |