diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index 7a319ef31..3ba6b8a0c 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -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: | diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index b907a681d..60481bad4 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -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: @@ -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: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index daf7bb5bd..c59ee1c39 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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: @@ -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 }} @@ -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 }}