Skip to content

Commit

Permalink
Merge pull request #176 from NipunaMadhushan/main
Browse files Browse the repository at this point in the history
Update setup Ballerina version
  • Loading branch information
keizer619 authored Jul 26, 2024
2 parents e590610 + c78290b commit a599044
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
java-version: 17.0.7
- name: Set up Ballerina
if: github.event_name == 'workflow_dispatch'
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ github.event.inputs.ballerina_version }}
- name: Set up Ballerina
if: github.event_name == 'push'
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ env.BALLERINA_DISTRIBUTION_VERSION }}
- name: Change to Timestamped Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
java-version: 17.0.7
- name: Set up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ github.event.inputs.ballerina_version }}
- name: Build with Gradle
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 @@ -27,12 +27,12 @@ jobs:
java-version: 17.0.7
- name: Set up Ballerina
if: github.event_name == 'workflow_dispatch'
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ github.event.inputs.ballerina_version }}
- name: Set up Ballerina
if: github.event_name == 'schedule'
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ env.BALLERINA_DISTRIBUTION_VERSION }}
- name: Change to Timestamped Version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalvm-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
native-image --version
- name: Set up Ballerina
if: github.event_name == 'workflow_dispatch'
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ github.event.inputs.ballerina_version }}
- name: Set up Ballerina
if: github.event_name == 'schedule'
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ env.BALLERINA_DISTRIBUTION_VERSION }}
- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
java-version: 17.0.7
- name: Set up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ github.event.inputs.distribution_version }}
- name: Set version env variable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: adopt
java-version: 17.0.7
- name: Set up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ env.BALLERINA_DISTRIBUTION_VERSION }}
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit a599044

Please sign in to comment.