diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 737ce0c..b71f99f 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create pull request - uses: peter-evans/create-pull-request@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.2 with: commit-message: "Bump to ${{ env.VERSION_CODE }}" title: "Release ${{ env.VERSION_NAME }}"