Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v6 (#31)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and stevenyomi authored Mar 2, 2024
1 parent 45043d4 commit 8e77ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <noreply@github.com>
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: |
Expand Down

0 comments on commit 8e77ca5

Please sign in to comment.