Skip to content

Commit 5d9899c

Browse files
chore(deps): update peter-evans/create-pull-request action to v7.0.8 (#1726)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4440dc4 commit 5d9899c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/submodules-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
commit_message: 'chore: Updates from submodules'
4545
- name: Create Pull Request
4646
if: github.ref == 'refs/heads/main'
47-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
47+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4848
with:
4949
branch: create-pull-request/submodule-update
5050
title: 'chore: Updates from submodules'

.github/workflows/update-generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
commit_message: 'chore: Updates generated files'
4545
- name: Create Pull Request
4646
if: github.ref == 'refs/heads/main'
47-
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
47+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4848
with:
4949
branch: create-pull-request/submodule-update
5050
title: 'chore: Updates generated files'

0 commit comments

Comments
 (0)