From 6864ab329aa9879a2d12aa19b2e70cadfff5fb49 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:09:40 +0000 Subject: [PATCH] Update balena-io/deploy-to-balena-action action to v2.0.55 Update balena-io/deploy-to-balena-action from 2.0.54 to 2.0.55 Change-type: patch --- .github/actions/finalize/action.yml | 2 +- .github/actions/publish/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/finalize/action.yml b/.github/actions/finalize/action.yml index 5d6f358a..433f7ee6 100644 --- a/.github/actions/finalize/action.yml +++ b/.github/actions/finalize/action.yml @@ -13,7 +13,7 @@ inputs: runs: using: 'composite' steps: - - uses: balena-io/deploy-to-balena-action@bed7c0e42bdef7fff6e80c4fa7e547dc76fcc69e # v2.0.54 + - uses: balena-io/deploy-to-balena-action@51cc21156eb4ee4e38a70a7ee31417ce0b9b4f43 # v2.0.55 with: balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }} fleet: ${{ env.matrix_value }} diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index d453cb77..162fa752 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -13,7 +13,7 @@ inputs: runs: using: "composite" steps: - - uses: balena-io/deploy-to-balena-action@bed7c0e42bdef7fff6e80c4fa7e547dc76fcc69e # v2.0.54 + - uses: balena-io/deploy-to-balena-action@51cc21156eb4ee4e38a70a7ee31417ce0b9b4f43 # v2.0.55 with: balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }} fleet: ${{ env.matrix_value }}