Skip to content

Commit

Permalink
Merge pull request #1481 from DependencyTrack/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dot-github/workflows/peter-evans/create-pull-request-7.0.0

Bump peter-evans/create-pull-request from 6.1.0 to 7.0.0 in /.github/workflows
  • Loading branch information
nscuro committed Sep 4, 2024
2 parents cbf83d4 + 2fae42a commit 74d6185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-config-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
./repository-meta-analyzer/src/main/resources/application.properties
# TODO: Add script invocations for the other services here!
- name: Create Pull Request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # tag=v6.1.0
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # tag=v7.0.0
with:
add-paths: "docs/reference/configuration/*.md"
branch: update-config-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-proto-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Generate Proto Documentation
run: ./scripts/gen-proto-docs.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # tag=v6.1.0
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # tag=v7.0.0
with:
add-paths: "docs/reference/schemas/*.md"
branch: update-proto-docs
Expand Down

0 comments on commit 74d6185

Please sign in to comment.