Skip to content

Commit f7ae8d2

Browse files
Update action to latest CLI v21.1.9
1 parent 3d283f4 commit f7ae8d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
1010
curl \
1111
unzip && \
1212
cd /opt/ && \
13-
export BALENA_RELEASE="v21.1.8" && \
13+
export BALENA_RELEASE="v21.1.9" && \
1414
echo "Uses Balena CLI version: $BALENA_RELEASE" && \
1515
curl -O -sSL "https://github.com/balena-io/balena-cli/releases/download/$BALENA_RELEASE/balena-cli-$BALENA_RELEASE-linux-x64-standalone.zip" && \
1616
unzip balena-cli-*-linux-x64-standalone.zip && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@v3
4747
- name: Balena Deploy
48-
uses: NebraLtd/balena-cli-action@v21.1.8
48+
uses: NebraLtd/balena-cli-action@v21.1.9
4949
if: success()
5050
with:
5151
balena_url: cloud.openbalena.com

0 commit comments

Comments
 (0)