Skip to content

Commit

Permalink
Merge pull request #2951 from threefoldtech/development_fix_workflow
Browse files Browse the repository at this point in the history
Update the client version in the workflows
  • Loading branch information
AhmedHanafy725 authored Jun 11, 2024
2 parents c14b41f + 6cfdaf6 commit ad4143f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/grid_client_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- uses: actions/checkout@v4
if: ${{ env.NETWORK == 'qa' }}
with:
ref: refs/tags/v2.3.5
ref: refs/tags/v2.4.3
- uses: actions/checkout@v4
if: ${{ env.NETWORK == 'test' }}
with:
ref: refs/tags/v2.3.5
ref: refs/tags/v2.4.3
- uses: actions/checkout@v4
if: ${{ env.NETWORK == 'main' }}
with:
ref: refs/tags/v2.3.5
ref: refs/tags/v2.4.3

- name: Set up node 18
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mass_deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: refs/tags/v2.4.3
- name: Set up node 18
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ad4143f

Please sign in to comment.