Skip to content

Commit b9c45c5

Browse files
Update GitHub Actions to v2.3.0
Update balena-io/deploy-to-balena-action Changelog-entry: Update balena-io/deploy-to-balena-action to v2.3.0
1 parent c0639a2 commit b9c45c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/finalize/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16-
- uses: balena-io/deploy-to-balena-action@63a685c4b9c898c38e66776284a78c4e50ec8c97 # v2.0.136
16+
- uses: balena-io/deploy-to-balena-action@61a347b1b9fa00afbc8e117f0f280e989d02d7cb # v2.3.0
1717
with:
1818
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
1919
fleet: ${{ env.matrix_value }}

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
runs:
1414
using: "composite"
1515
steps:
16-
- uses: balena-io/deploy-to-balena-action@63a685c4b9c898c38e66776284a78c4e50ec8c97 # v2.0.136
16+
- uses: balena-io/deploy-to-balena-action@61a347b1b9fa00afbc8e117f0f280e989d02d7cb # v2.3.0
1717
with:
1818
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
1919
fleet: ${{ env.matrix_value }}

0 commit comments

Comments
 (0)