From f634a974808c618356e3ee50165d856730b89976 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:31:11 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.25.51 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.25.51 --- .github/workflows/iot-gate-imx8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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