From 4afe1e0b9a86a3d0eb6d48559c028d9a67e27f5f Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:58:34 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.25.56 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.25.56 --- .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 d33b8b99..0f649fc2 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@a9654d395259d264d463c80d62bf53231776a0a1 # v1.25.52 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@55616ff2b3ab4dbf6f127bdac67c528d4af6cedb # v1.25.56 # 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 9500a894..467267f4 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@a9654d395259d264d463c80d62bf53231776a0a1 # v1.25.52 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@55616ff2b3ab4dbf6f127bdac67c528d4af6cedb # v1.25.56 # 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