From 2889bf3b18db0a93143a99a0d21df95cd3d3ad19 Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Tue, 30 Jan 2024 22:07:03 +0530 Subject: [PATCH 1/2] Update ballerina version in release workflows --- .github/workflows/dev-stg-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index b35be5615..9c0f567d3 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -17,7 +17,7 @@ jobs: env: BALLERINA_${{ github.event.inputs.bal_central_environment }}_CENTRAL: true container: - image: ballerina/ballerina:2201.4.1 + image: ballerina/ballerina:2201.8.0 options: --user root steps: - name: Install Git diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ac3ac5bb..f2d9cbdd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: container: runs-on: ubuntu-latest container: - image: ballerina/ballerina:2201.4.1 + image: ballerina/ballerina:2201.8.0 options: --user root steps: - name: Install Git From 49f7a4f7997d1cbd0c82df551caf8b92a253d44d Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Tue, 30 Jan 2024 22:11:44 +0530 Subject: [PATCH 2/2] update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e881e40cf..52ab61316 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: container: runs-on: ubuntu-latest container: - image: ballerina/ballerina:2201.4.1 + image: ballerina/ballerina:2201.8.0 options: --user root steps: - uses: actions/checkout@v2