diff --git a/.github/workflows/auto_update_base_image.yml b/.github/workflows/auto_update_base_image.yml index 3048faf15e..e64279759e 100644 --- a/.github/workflows/auto_update_base_image.yml +++ b/.github/workflows/auto_update_base_image.yml @@ -23,7 +23,7 @@ jobs: image: ${{ env.DOCKER_HUB_ORGANIZATION }}/obp-api:latest - name: Trigger build_container_develop_branch workflow - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | await github.rest.actions.createWorkflowDispatch({