From 2889bf3b18db0a93143a99a0d21df95cd3d3ad19 Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Tue, 30 Jan 2024 22:07:03 +0530 Subject: [PATCH] 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