Skip to content

Commit

Permalink
Update setup-ballerina action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Dec 4, 2024
1 parent c9f3556 commit 87fae4f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-library-repo-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
token: ${{ secrets.BALLERINA_BOT_TOKEN }}

- name: Setup Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "Ballerina Version: $BAL_VERSION"
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ env.BAL_VERSION }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v3

- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: latest
version: nightly

- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-build-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
uses: actions/checkout@v3

- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: latest
version: nightly

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "Ballerina Version: $BAL_VERSION"
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ env.BAL_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Ballerina Version: $BAL_VERSION"
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ env.BAL_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-package-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "Ballerina Version: $BAL_VERSION"
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1.1.0
uses: ballerina-platform/setup-ballerina@v1.1.3
with:
version: ${{ env.BAL_VERSION }}

Expand Down

0 comments on commit 87fae4f

Please sign in to comment.