diff --git a/.github/workflows/resolve-version.yml b/.github/workflows/resolve-version.yml index 0f74ccb0..b883cb00 100644 --- a/.github/workflows/resolve-version.yml +++ b/.github/workflows/resolve-version.yml @@ -60,7 +60,7 @@ jobs: sed -Ei "s|^(version=).*\$|\\1$SNAPSHOT_VERSION|" gradle.properties - name: Create Pull Request for new SNAPSHOT if: env.DIFF_VERSION == '1' && env.PROJECT_VERSION != env.SNAPSHOT_VERSION - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: 'New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}' commit-message: '[ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'