Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7 (#7)
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 Jan 3, 2025
1 parent fcf7c22 commit 6d4ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-openapi-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.7.0/openapi-generator-cli-7.7.0.jar -O /tmp/openapi-generator-cli.jar
- run: java -jar /tmp/openapi-generator-cli.jar generate -i openapi.yaml -g go -c config.yaml --git-user-id $GIT_USER_ID --git-repo-id $GIT_REPO_ID
- name: Raise PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: bot/generate-client
title: '[Automated] OpenAPI Spec Update'
Expand Down

0 comments on commit 6d4ec87

Please sign in to comment.