Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 4.0.3 to 4.0.4
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4.0.3...v4.0.4)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mshima committed Jun 7, 2022
1 parent 3fd1b7c commit 6518394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Create Pull Request
if: always()
id: cpr
uses: peter-evans/[email protected].3
uses: peter-evans/[email protected].4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Update api for ${{steps.version.outputs.version}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
rm package-lock.json
npm install
- name: Create Pull Request
uses: peter-evans/[email protected].3
uses: peter-evans/[email protected].4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Bump transitional dependencies'
Expand Down

0 comments on commit 6518394

Please sign in to comment.