Skip to content

Commit

Permalink
Update action to latest CLI v12.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 26, 2021
1 parent 37b9034 commit 7f75956
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="v12.54.1" && \
export BALENA_RELEASE="v12.54.2" && \
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 @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Balena Deploy
uses: NebraLtd/[email protected].1
uses: NebraLtd/[email protected].2
if: success()
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
Expand Down

0 comments on commit 7f75956

Please sign in to comment.