From 89b4c02f5506c3ad57dab9a026d9ac9f932cd235 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 12:05:51 +0000 Subject: [PATCH] Update action to latest CLI v20.0.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7749e6b..6484b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ curl \ unzip && \ cd /opt/ && \ - export BALENA_RELEASE="v20.0.0" && \ + export BALENA_RELEASE="v20.0.1" && \ 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 && \ diff --git a/README.md b/README.md index d0171fa..adfe9ec 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Balena Deploy - uses: NebraLtd/balena-cli-action@v20.0.0 + uses: NebraLtd/balena-cli-action@v20.0.1 if: success() with: balena_url: cloud.openbalena.com