From 2c9992e315e8512112aab56b180c603e88103b74 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:15:06 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.27.11 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.27.11 --- .github/workflows/kontron-mx8mm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kontron-mx8mm.yml b/.github/workflows/kontron-mx8mm.yml index 96a967b9..73bc35b2 100644 --- a/.github/workflows/kontron-mx8mm.yml +++ b/.github/workflows/kontron-mx8mm.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@2543e49b79e8161d5d2d9f4625ac70101594cd76 # v1.27.10 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@4fa14172613c2fc7fa618b27f15eefae855feae2 # v1.27.11 # 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