diff --git a/.github/workflows/update-web.yml b/.github/workflows/update-web.yml index 93399b23092..be6a7357ab3 100644 --- a/.github/workflows/update-web.yml +++ b/.github/workflows/update-web.yml @@ -33,7 +33,7 @@ jobs: sed -i "s/^ARG CHART_VERSION=.*/ARG CHART_VERSION=$CHART_VERSION/" ./web/client-ui/Dockerfile sed -i "s/^ARG WIDGET_VERSION=.*/ARG WIDGET_VERSION=$WIDGET_VERSION/" ./web/client-ui/Dockerfile - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 env: WEB_VERSION: ${{steps.web_versions.outputs.WEB_VERSION}} with: