From 35c57960bf23f79d13b13dec0a76fa1d49abf038 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:01:39 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.27.9 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.27.9 --- .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 dadaa3ac..36e546ef 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@9ae5d6075069f8e5dec053701e2a1c6173bf78d7 # v1.27.3 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@e5a831d9b3f8d324c6ad57974f3ddc001ea0927c # v1.27.9 # 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