From c80c51cc37fcbf065e2bcae40b23015e23fe53a1 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:50:59 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.27.1 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.27.1 --- .github/workflows/owa5x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/owa5x.yml b/.github/workflows/owa5x.yml index 1146f8c3..7775740f 100644 --- a/.github/workflows/owa5x.yml +++ b/.github/workflows/owa5x.yml @@ -34,7 +34,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@64d7d9843bf3e1f9439a19fe4556e842b60e01d6 # v1.27.0 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@01de6fcf24fc32ff9a5cf0265834adf4e68143b9 # v1.27.1 # 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