From 195ce54e04383c6477ed014a38e19919debf849a Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 03:23:33 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.29.9 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.29.9 --- .github/workflows/iotdin-imx8p-d1d8.yml | 2 +- .github/workflows/iotdin-imx8p.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iotdin-imx8p-d1d8.yml b/.github/workflows/iotdin-imx8p-d1d8.yml index 2df15796..fb75a73c 100644 --- a/.github/workflows/iotdin-imx8p-d1d8.yml +++ b/.github/workflows/iotdin-imx8p-d1d8.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@e5a831d9b3f8d324c6ad57974f3ddc001ea0927c # v1.27.9 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@38faafe38bac71797e5ae6667e07082e4e4f1d67 # v1.29.9 # 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/iotdin-imx8p.yml b/.github/workflows/iotdin-imx8p.yml index dca01845..e8609db7 100644 --- a/.github/workflows/iotdin-imx8p.yml +++ b/.github/workflows/iotdin-imx8p.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@e5a831d9b3f8d324c6ad57974f3ddc001ea0927c # v1.27.9 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@38faafe38bac71797e5ae6667e07082e4e4f1d67 # v1.29.9 # 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