-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7437 from ayeshLK/workflow-10.x-dev
Update setup-ballerina action version
- Loading branch information
Showing
7 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
token: ${{ secrets.BALLERINA_BOT_TOKEN }} | ||
|
||
- name: Setup Ballerina | ||
uses: ballerina-platform/[email protected].0 | ||
uses: ballerina-platform/[email protected].3 | ||
with: | ||
version: latest | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
echo "Ballerina Version: $BAL_VERSION" | ||
- name: Set Up Ballerina | ||
uses: ballerina-platform/[email protected].0 | ||
uses: ballerina-platform/[email protected].3 | ||
with: | ||
version: ${{ env.BAL_VERSION }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: Set Up Ballerina | ||
uses: ballerina-platform/[email protected].0 | ||
uses: ballerina-platform/[email protected].3 | ||
with: | ||
version: latest | ||
version: nightly | ||
|
||
- name: Set up GraalVM | ||
uses: graalvm/setup-graalvm@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: Set Up Ballerina | ||
uses: ballerina-platform/[email protected].0 | ||
uses: ballerina-platform/[email protected].3 | ||
with: | ||
version: latest | ||
version: nightly | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
echo "Ballerina Version: $BAL_VERSION" | ||
- name: Set Up Ballerina | ||
uses: ballerina-platform/[email protected].0 | ||
uses: ballerina-platform/[email protected].3 | ||
with: | ||
version: ${{ env.BAL_VERSION }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
echo "Ballerina Version: $BAL_VERSION" | ||
- name: Set Up Ballerina | ||
uses: ballerina-platform/[email protected].0 | ||
uses: ballerina-platform/[email protected].3 | ||
with: | ||
version: ${{ env.BAL_VERSION }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
echo "Ballerina Version: $BAL_VERSION" | ||
- name: Set Up Ballerina | ||
uses: ballerina-platform/[email protected].0 | ||
uses: ballerina-platform/[email protected].3 | ||
with: | ||
version: ${{ env.BAL_VERSION }} | ||
|
||
|