From 99f6f5d2d085570eec02203efd78f70e69563e71 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:39:58 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.25.62 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.25.62 --- .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 3f83def94..576f1893b 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@2cc9c8537f827a5b8dbe2160cfedd8fb0d45ad69 # v1.25.57 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@6ed9e9bb080b7de8515da847682723b8ca07e2da # v1.25.62 # 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