Skip to content

Commit f7f579f

Browse files
authored
Merge pull request #89 from cicirello/dependabot/github_actions/master/peter-evans/create-pull-request-v3.8.2
Bump peter-evans/create-pull-request from v3.8.1 to v3.8.2
2 parents 6b739fe + 6e3a625 commit f7f579f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Create pull request
4545
if: ${{ github.event_name == 'push' }}
46-
uses: peter-evans/[email protected].1
46+
uses: peter-evans/[email protected].2
4747
with:
4848
title: "Autogenerated JaCoCo coverage badge"
4949
body: >

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Create Pull Request
6767
if: ${{ github.event_name == 'push' }}
68-
uses: peter-evans/[email protected].1
68+
uses: peter-evans/[email protected].2
6969
with:
7070
title: "Automated API website updates."
7171
body: >

0 commit comments

Comments
 (0)