Skip to content

Commit 5be4ede

Browse files
Update OpenFleet core files (production)
1 parent c53fc9d commit 5be4ede

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/balena-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Random sleep (balena API workaround)
2020
run: sleep $[ ( $RANDOM % 600 ) + 1 ]s
2121
- name: Balena Deploy
22-
uses: nebraltd/[email protected].1
22+
uses: nebraltd/[email protected].4
2323
with:
2424
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
2525
balena_command: "deploy nebraltd/helium-${{ env.miner }}-app --debug --nocache --build"

.github/workflows/build-open-fleet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
workflow_dispatch:
77

88
env:
9-
balena-cli: v17.1.1
10-
raspberrypi3-64: 4.0.7
11-
raspberrypi4-64: 4.0.7
9+
balena-cli: v16.7.0
10+
raspberrypi3-64: 4.0.16+rev1
11+
raspberrypi4-64: 4.0.7+rev3
1212
raspberrypicm4-ioboard: 2.112.12
1313
rockpi-4b-rk3399: 2.108.25+rev1
1414
balena-bobcat-px30-image: 2023.07.17

workflows/update-action-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Balena Deploy
6161
if: env.LATEST == 'FALSE'
62-
uses: nebraltd/[email protected].1
62+
uses: nebraltd/[email protected].4
6363
with:
6464
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
6565
balena_command: "deploy ${{ env.fleet }} --debug --nocache --build"

workflows/update-action-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Balena Deploy
6161
if: env.LATEST == 'FALSE'
62-
uses: nebraltd/[email protected].1
62+
uses: nebraltd/[email protected].4
6363
with:
6464
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
6565
balena_command: "deploy ${{ env.fleet }} --debug --nocache --build"

0 commit comments

Comments
 (0)