We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77bf35d + 742e62d commit 237ea13Copy full SHA for 237ea13
.github/workflows/gradle.yml
@@ -45,7 +45,7 @@ jobs:
45
echo pr_body="OpenAPI spec or templates produced changes on $(date +%d-%m-%Y) \
46
by [commit](https://github.com/Adyen/adyen-openapi/commit/$(git rev-parse HEAD))." >> "$GITHUB_OUTPUT"
47
- name: Create Pull Request
48
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
+ uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5.0.3
49
with:
50
path: ${{ matrix.project }}/repo
51
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
0 commit comments