@@ -231,7 +231,7 @@ jobs:
231231 # yamllint enable rule:line-length
232232
233233 - name : GIT | Checkout aleph-apps repo
234- uses : actions/checkout@master
234+ uses : actions/checkout@v3
235235 with :
236236 repository : Cardinal-Cryptography/aleph-apps
237237 token : ${{ secrets.CI_GH_TOKEN }}
@@ -320,17 +320,15 @@ jobs:
320320 $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml
321321
322322 - name : GIT | Commit changes to aleph-apps repository.
323- uses : EndBug/add-and-commit@v5 .1.0
323+ uses : EndBug/add-and-commit@v9 .1.1
324324 env :
325325 APP_NAME : ${{ env.FE_APP_PREFIX }}${{ steps.get_branch.outputs.branch_appname }}
326- GITHUB_TOKEN : ${{ secrets.CI_GH_TOKEN }}
327326 with :
328327 author_name : AlephZero Automation
329328 author_email : alephzero@10clouds.com
330329 message : " New Feature Environment Deployment with name: ${{ env.APP_NAME }}"
331330 add : " *.yaml"
332331 cwd : " aleph-apps"
333- branch : main
334332
335333 - name : Refresh Argo and wait for the testnet image deployment to be finished
336334 env :
@@ -373,7 +371,7 @@ jobs:
373371 uses : ./.github/actions/get-branch
374372
375373 - name : GIT | Checkout aleph-apps repo
376- uses : actions/checkout@master
374+ uses : actions/checkout@v3
377375 with :
378376 repository : Cardinal-Cryptography/aleph-apps
379377 token : ${{ secrets.CI_GH_TOKEN }}
@@ -416,12 +414,11 @@ jobs:
416414 $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml
417415
418416 - name : GIT | Commit changes to aleph-apps repository.
419- uses : EndBug/add-and-commit@v5 .1.0
417+ uses : EndBug/add-and-commit@v9 .1.1
420418 env :
421419 IMAGE_TAG :
422420 ${{ env.FE_IMAGETAG_PREFIX }}${{ steps.get_branch.outputs.branch_imagetag_full }}
423421 APP_NAME : ${{ env.FE_APP_PREFIX }}${{ steps.get_branch.outputs.branch_appname }}
424- GITHUB_TOKEN : ${{ secrets.CI_GH_TOKEN }}
425422 with :
426423 author_name : AlephZero Automation
427424 author_email : alephzero@10clouds.com
@@ -430,7 +427,6 @@ jobs:
430427 ${{ env.FE_ALEPHNODE_REGISTRY }}:${{ env.IMAGE_TAG }}"
431428 add : " *.yaml"
432429 cwd : " aleph-apps"
433- branch : main
434430
435431 - name : Refresh Argo and wait for the PR image deployment to be finished
436432 env :
0 commit comments