Skip to content

Commit

Permalink
Update action to latest CLI v20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent 6ec4e43 commit f8cc2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
curl \
unzip && \
cd /opt/ && \
export BALENA_RELEASE="v20.0.9" && \
export BALENA_RELEASE="v20.1.0" && \
echo "Uses Balena CLI version: $BALENA_RELEASE" && \
curl -O -sSL "https://github.com/balena-io/balena-cli/releases/download/$BALENA_RELEASE/balena-cli-$BALENA_RELEASE-linux-x64-standalone.zip" && \
unzip balena-cli-*-linux-x64-standalone.zip && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Balena Deploy
uses: NebraLtd/balena-cli-action@v20.0.9
uses: NebraLtd/balena-cli-action@v20.1.0
if: success()
with:
balena_url: cloud.openbalena.com
Expand Down

0 comments on commit f8cc2dd

Please sign in to comment.