We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3a907 commit 9520a95Copy full SHA for 9520a95
.github/workflows/dependabot_pr.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "::set-output name=version::$(cat gradle.properties | grep systemProp.version | cut -d' ' -f3 | cut -d\. -f1,2)"
35
36
- name: Update the changelog
37
- uses: dangoslen/dependabot-changelog-helper@v3
+ uses: dangoslen/dependabot-changelog-helper@v4
38
with:
39
version: "Unreleased ${{ steps.version.outputs.version }}"
40
0 commit comments