Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b7b35e3

Browse files
authoredJul 4, 2024··
Update push-to-prod-nebraos-cloud.yml
1 parent 125509e commit b7b35e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/push-to-prod-nebraos-cloud.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: production
2626

@@ -65,14 +65,14 @@ jobs:
6565
python gen_docker_compose_by_variant.py "$variant" -o docker-compose.yml
6666
6767
- name: Balena Deploy
68-
uses: nebraltd/balena-cli-action@v16.7.0
68+
uses: nebraltd/balena-cli-action@v16.7.6
6969
with:
7070
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
7171
balena_url: cloud.nebra.com
7272
balena_command: "deploy nebraltd/${{ env.REPO }} --debug --nocache --build"
7373

7474
- name: Upload docker-compose.yml artifact
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: docker-compose.yml.${{ env.REPO }}
7878
path: docker-compose.yml
@@ -88,7 +88,7 @@ jobs:
8888
body: "This is helium-miner-software release ${{ env.LATEST_GA }}-${{ env.day }}"
8989

9090
- name: Trigger build action in ${{ env.REPO }} repo
91-
uses: peter-evans/repository-dispatch@v2
91+
uses: peter-evans/repository-dispatch@v3
9292
with:
9393
token: ${{ secrets.MR_BUMP }}
9494
event-type: build-open-fleet

0 commit comments

Comments
 (0)
Please sign in to comment.