diff --git a/.github/workflows/iot-gate-imx8.yml b/.github/workflows/iot-gate-imx8.yml index 81fa9311..0d11e11e 100644 --- a/.github/workflows/iot-gate-imx8.yml +++ b/.github/workflows/iot-gate-imx8.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654f5cf71ee54748cf217e1e1ab56c510143f3fc # v1.25.50 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@8385185bfcb1959d75a7858aafc827982ca09825 # v1.25.51 # 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