diff --git a/.github/workflows/iotdin-imx8p-d1d8.yml b/.github/workflows/iotdin-imx8p-d1d8.yml index 2df15796..1eb7c821 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@6646d94ffbc0aca01f4f142390ff61cbbcb15afb # v1.30.13 # 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..2c3f1d0e 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@6646d94ffbc0aca01f4f142390ff61cbbcb15afb # v1.30.13 # 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