From 965657491a071556921e65d00094794b72f17599 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:44:42 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.27.8 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.27.8 --- .github/workflows/iot-gate-imx8plus-d1d8.yml | 2 +- .github/workflows/iot-gate-imx8plus.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iot-gate-imx8plus-d1d8.yml b/.github/workflows/iot-gate-imx8plus-d1d8.yml index d21f5dab..0b982928 100644 --- a/.github/workflows/iot-gate-imx8plus-d1d8.yml +++ b/.github/workflows/iot-gate-imx8plus-d1d8.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@d9a810c7eb0d8e37c37b1bc27ecc0b4347a9dc21 # v1.26.0 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@d8d6b50ec334769cfc000ef8b619cfb35a5a65d5 # v1.27.8 # 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 diff --git a/.github/workflows/iot-gate-imx8plus.yml b/.github/workflows/iot-gate-imx8plus.yml index f69ac63f..f334866c 100644 --- a/.github/workflows/iot-gate-imx8plus.yml +++ b/.github/workflows/iot-gate-imx8plus.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@d9a810c7eb0d8e37c37b1bc27ecc0b4347a9dc21 # v1.26.0 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@d8d6b50ec334769cfc000ef8b619cfb35a5a65d5 # v1.27.8 # 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