Skip to content

Commit 5765941

Browse files
renovate-botjackton1
authored andcommitted
chore(deps): update peter-evans/create-pull-request action to v4.0.1
1 parent f4d8dc5 commit 5765941

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/submodule-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
git submodule update --remote --recursive
2020
2121
- name: Create Pull Request
22-
uses: peter-evans/[email protected].0
22+
uses: peter-evans/[email protected].1
2323
with:
2424
title: "Updated submodule"
2525
branch: "chore/update-submodule"

.github/workflows/sync-release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
output: 'HISTORY.md'
2525
- name: Create Pull Request
26-
uses: peter-evans/[email protected].0
26+
uses: peter-evans/[email protected].1
2727
with:
2828
base: "main"
2929
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Create Pull Request
3333
if: failure()
34-
uses: peter-evans/[email protected].0
34+
uses: peter-evans/[email protected].1
3535
with:
3636
base: "main"
3737
title: "Updated README.md"

0 commit comments

Comments
 (0)