File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments