diff --git a/.github/workflows/ucm-imx93.yml b/.github/workflows/ucm-imx93.yml index 48d513cc..d0934101 100644 --- a/.github/workflows/ucm-imx93.yml +++ b/.github/workflows/ucm-imx93.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@ded533f1b8c8ff983dbcff2d219851130f8bfc4d # v1.27.2 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@8f13f3c1b829556c2595738742c755709e11430c # v1.27.7 # Prevent duplicate workflow executions for pull_request (PR) and pull_request_target (PRT) events. # Both PR and PRT will be triggered for the same pull request, whether it is internal or from a fork. # This condition will prevent the workflow from running twice for the same pull request while