Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7 (#725)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 5d072b2 commit b752a24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
./scripts/generate.sh
go mod tidy
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
- uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7
with:
title: "chore(all): re-generate OpenAPI client(s)"
token: "${{ secrets.CI_USER_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ./scripts/errors/fetch-errors.sh
- name: Generate Errors SDK
run: ./scripts/errors/generate-errors.sh
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
- uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7
with:
title: "fix(all): regenerated Error SDK(s)"
token: "${{ secrets.CI_USER_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Fetch OpenAPI doc
if: github.event.client_payload.download_url != ''
run: ./scripts/fetch_api.sh ${{ github.event.client_payload.download_url }}
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
- uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7
with:
title: "chore(openapi): update ${{ env.CLIENT_ID }} OpenAPI document"
token: "${{ secrets.CI_USER_TOKEN }}"
Expand Down

0 comments on commit b752a24

Please sign in to comment.