Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Sep 3, 2024
2 parents fb0faaa + 3f988c1 commit c03ceee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Create Pull Request
id: create-pull-request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.UPDATE_SWAGGER_DOC_PAT }}
commit-message: Update Swagger REST API doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Create Pull Request
id: create-pull-request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.UPDATE_SWAGGER_DOC_PAT }}
commit-message: Update diagram to visualize the codebase
Expand Down

0 comments on commit c03ceee

Please sign in to comment.