diff --git a/.github/workflows/update-starlark.yml b/.github/workflows/update-starlark.yml index e885eb3..f9c8f32 100644 --- a/.github/workflows/update-starlark.yml +++ b/.github/workflows/update-starlark.yml @@ -19,7 +19,7 @@ jobs: - run: ./scripts/update-starlark.sh - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 if: ${{ env.NEW_STARLARK_VERSION != null && env.NEW_STARLARK_VERSION != '' }} with: title: Update starlark-go to ${{ env.NEW_STARLARK_VERSION }}