Skip to content

Commit

Permalink
Downgrade the ballerina dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunayf committed Feb 13, 2025
1 parent 24a95af commit 56e540c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.1
with:
version: latest
version: 2201.10.3

- name: Change to Timestamped Version
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.1
with:
version: latest
version: 2201.10.3

- name: Build with Gradle
env:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.1
with:
version: latest
version: 2201.10.3

- name: Build with Gradle
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.1
with:
version: latest
version: 2201.10.3

- name: Build with Gradle
env:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.1
with:
version: latest
version: 2201.10.3
- name: Build with Gradle
env:
packageUser: ${{ github.actor }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.1
with:
version: latest
version: 2201.10.3
- name: Build with Gradle
env:
packageUser: ${{ github.actor }}
Expand Down

0 comments on commit 56e540c

Please sign in to comment.