Skip to content

Commit c72ce31

Browse files
authored
Merge pull request #1997 from DependencyTrack/dependabot/github_actions/dot-github/workflows/peter-evans/create-pull-request-8.1.0
2 parents 042a1ae + 1f5158a commit c72ce31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-config-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
./repository-meta-analyzer/src/main/resources/application.properties
6666
# TODO: Add script invocations for the other services here!
6767
- name: Create Pull Request
68-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # tag=v8.0.0
68+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # tag=v8.1.0
6969
with:
7070
add-paths: "docs/reference/configuration/*.md"
7171
branch: update-config-docs

.github/workflows/update-proto-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Generate Proto Documentation
4343
run: ./scripts/gen-proto-docs.sh
4444
- name: Create Pull Request
45-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # tag=v8.0.0
45+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # tag=v8.1.0
4646
with:
4747
add-paths: "docs/reference/schemas/*.md"
4848
branch: update-proto-docs

0 commit comments

Comments
 (0)