Skip to content

Commit 3361102

Browse files
chore(deps): update peter-evans/create-pull-request action to v7.0.9
1 parent 2437f68 commit 3361102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Create-Release-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
3434

3535
- name: Create Pull Request
36-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
36+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
3737
with:
3838
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
3939
token: ${{ steps.otelbot-token.outputs.token }}

.github/workflows/update-core-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Create Pull Request
5555
if: steps.changes.outputs.has_changes == 'true' && github.event.inputs.create_pr == 'true'
56-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
56+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
5757
with:
5858
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
5959
token: ${{ steps.otelbot-token.outputs.token }}

0 commit comments

Comments
 (0)