From 87fae4fd5a4ca1ad009cb23e9c3b0a52f2db0f3e Mon Sep 17 00:00:00 2001 From: Ayesh Almeida Date: Wed, 4 Dec 2024 13:52:24 +0530 Subject: [PATCH] Update setup-ballerina action version --- .github/workflows/apply-library-repo-templates.yml | 2 +- .github/workflows/build-connector-template.yml | 2 +- .../build-with-bal-test-graalvm-connector-template.yml | 4 ++-- .github/workflows/daily-build-connector-template.yml | 4 ++-- .../dev-stage-central-publish-connector-template.yml | 2 +- .github/workflows/pr-build-connector-template.yml | 2 +- .github/workflows/release-package-connector-template.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/apply-library-repo-templates.yml b/.github/workflows/apply-library-repo-templates.yml index cd241cbc..27cf91cd 100644 --- a/.github/workflows/apply-library-repo-templates.yml +++ b/.github/workflows/apply-library-repo-templates.yml @@ -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 diff --git a/.github/workflows/build-connector-template.yml b/.github/workflows/build-connector-template.yml index cb6eab72..593cf92a 100644 --- a/.github/workflows/build-connector-template.yml +++ b/.github/workflows/build-connector-template.yml @@ -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 }} diff --git a/.github/workflows/build-with-bal-test-graalvm-connector-template.yml b/.github/workflows/build-with-bal-test-graalvm-connector-template.yml index 32223b69..eec93f13 100644 --- a/.github/workflows/build-with-bal-test-graalvm-connector-template.yml +++ b/.github/workflows/build-with-bal-test-graalvm-connector-template.yml @@ -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 diff --git a/.github/workflows/daily-build-connector-template.yml b/.github/workflows/daily-build-connector-template.yml index 23c6c8cc..d4b30508 100644 --- a/.github/workflows/daily-build-connector-template.yml +++ b/.github/workflows/daily-build-connector-template.yml @@ -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 diff --git a/.github/workflows/dev-stage-central-publish-connector-template.yml b/.github/workflows/dev-stage-central-publish-connector-template.yml index 07f4f952..7e2f65cb 100644 --- a/.github/workflows/dev-stage-central-publish-connector-template.yml +++ b/.github/workflows/dev-stage-central-publish-connector-template.yml @@ -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 }} diff --git a/.github/workflows/pr-build-connector-template.yml b/.github/workflows/pr-build-connector-template.yml index 12e08c76..9af94f64 100644 --- a/.github/workflows/pr-build-connector-template.yml +++ b/.github/workflows/pr-build-connector-template.yml @@ -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 }} diff --git a/.github/workflows/release-package-connector-template.yml b/.github/workflows/release-package-connector-template.yml index 6d9f9bca..3db5f4c4 100644 --- a/.github/workflows/release-package-connector-template.yml +++ b/.github/workflows/release-package-connector-template.yml @@ -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 }}