diff --git a/bundle-update/action.yml b/bundle-update/action.yml index 1a6865d..1bc6167 100644 --- a/bundle-update/action.yml +++ b/bundle-update/action.yml @@ -27,7 +27,7 @@ runs: shell: bash working-directory: ${{ inputs.working-directory }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: body: Changes after running `bundle update` branch: bundle-update