Skip to content

Commit 4e0fc3a

Browse files
chore(deps): update peter-evans/create-pull-request action to v8.1.0 (#1039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cc02a7 commit 4e0fc3a

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@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
36+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
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@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
56+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
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)