Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request digest to d121e62 (
Browse files Browse the repository at this point in the history
…#727)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent e3d2dd1 commit bafc073
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@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
- uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # 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@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
- uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # 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@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
- uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # v7
with:
title: "chore(openapi): update ${{ env.CLIENT_ID }} OpenAPI document"
token: "${{ secrets.CI_USER_TOKEN }}"
Expand Down

0 comments on commit bafc073

Please sign in to comment.