From 9db2835672814440e8e8e0c3d8437194d00088a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 18:03:44 +0000 Subject: [PATCH] Update action to latest CLI v12.51.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2d6bcb..1d54144 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ curl \ unzip && \ cd /opt/ && \ - export BALENA_RELEASE="v12.51.0" && \ + export BALENA_RELEASE="v12.51.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 bec55ab..2a2ca85 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Balena Deploy - uses: NebraLtd/balena-cli-action@v12.51.0 + uses: NebraLtd/balena-cli-action@v12.51.1 if: success() with: balena_api_token: ${{secrets.BALENA_API_TOKEN}}