From 1ded54fd300de63ffb45409bcda2f029558e7940 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:55:22 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.27.13 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.27.13 --- .github/workflows/ucm-imx93.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ucm-imx93.yml b/.github/workflows/ucm-imx93.yml index 48d513c..56dbe08 100644 --- a/.github/workflows/ucm-imx93.yml +++ b/.github/workflows/ucm-imx93.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@ded533f1b8c8ff983dbcff2d219851130f8bfc4d # v1.27.2 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@55e707dc405e13428fa3abdf594c2828ad0053b0 # v1.27.13 # 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