Update balena-io/deploy-to-balena-action action to v2.0.70

Update balena-io/deploy-to-balena-action from 2.0.69 to 2.0.70

Change-type: patch
This commit is contained in:
Self-hosted Renovate Bot 2024-06-03 01:36:04 +00:00
parent 1a303c4bb4
commit d7a325b80a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ inputs:
runs: runs:
using: 'composite' using: 'composite'
steps: steps:
- uses: balena-io/deploy-to-balena-action@157b99bf46acb3b2bb61ad92f751f20fd593d58b # v2.0.69 - uses: balena-io/deploy-to-balena-action@ba368aabd48d4e7f0cbc6d8c35d015ef1d2c68c0 # v2.0.70
with: with:
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }} balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
fleet: ${{ env.matrix_value }} fleet: ${{ env.matrix_value }}

View File

@ -13,7 +13,7 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- uses: balena-io/deploy-to-balena-action@157b99bf46acb3b2bb61ad92f751f20fd593d58b # v2.0.69 - uses: balena-io/deploy-to-balena-action@ba368aabd48d4e7f0cbc6d8c35d015ef1d2c68c0 # v2.0.70
with: with:
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }} balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
fleet: ${{ env.matrix_value }} fleet: ${{ env.matrix_value }}