We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc8e6c commit 61d822fCopy full SHA for 61d822f
1 file changed
.github/workflows/prepare-release.yml
@@ -98,7 +98,7 @@ jobs:
98
sed -i "s/implementation 'com.iterable:iterableapi-ui:[^']*'/implementation 'com.iterable:iterableapi-ui:${{ github.event.inputs.version }}'/" sample-apps/inbox-customization/app/build.gradle
99
100
- name: Create Pull Request
101
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5
102
with:
103
token: ${{ secrets.GITHUB_TOKEN }}
104
title: "Prepare for Release ${{ steps.update_changelog.outputs.new_version }}"
0 commit comments