From ccceda06d80ff3e1e2f32261637329a2a7ac162b Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:14:00 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts action to v1.27.16 Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to v1.27.16 --- .github/workflows/beaglebone-ai64.yml | 2 +- .github/workflows/beaglebone-green-gateway.yml | 2 +- .github/workflows/beaglebone-green-wifi.yml | 2 +- .github/workflows/beaglebone-green.yml | 2 +- .github/workflows/beaglebone-pocket.yml | 2 +- .github/workflows/beaglebone.yml | 2 +- .github/workflows/beagleplay.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/beaglebone-ai64.yml b/.github/workflows/beaglebone-ai64.yml index 7f1bd3ff..9b1c6e83 100644 --- a/.github/workflows/beaglebone-ai64.yml +++ b/.github/workflows/beaglebone-ai64.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.47 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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/beaglebone-green-gateway.yml b/.github/workflows/beaglebone-green-gateway.yml index 0d733cae..cb4bd6a3 100644 --- a/.github/workflows/beaglebone-green-gateway.yml +++ b/.github/workflows/beaglebone-green-gateway.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.47 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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/beaglebone-green-wifi.yml b/.github/workflows/beaglebone-green-wifi.yml index 8bb752dc..6b5cdac6 100644 --- a/.github/workflows/beaglebone-green-wifi.yml +++ b/.github/workflows/beaglebone-green-wifi.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.47 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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/beaglebone-green.yml b/.github/workflows/beaglebone-green.yml index 8fce7dac..42e888be 100644 --- a/.github/workflows/beaglebone-green.yml +++ b/.github/workflows/beaglebone-green.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.47 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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/beaglebone-pocket.yml b/.github/workflows/beaglebone-pocket.yml index 7f962b1f..43193b8a 100644 --- a/.github/workflows/beaglebone-pocket.yml +++ b/.github/workflows/beaglebone-pocket.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.47 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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/beaglebone.yml b/.github/workflows/beaglebone.yml index cdc26b80..c0e27a22 100644 --- a/.github/workflows/beaglebone.yml +++ b/.github/workflows/beaglebone.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.47 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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/beagleplay.yml b/.github/workflows/beagleplay.yml index a16f536b..d2b2f847 100644 --- a/.github/workflows/beagleplay.yml +++ b/.github/workflows/beagleplay.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.47 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3eebec1f898038f5bbee0fcccb62b7178db2ef47 # v1.27.16 # 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