From 1eeee307f098f00a9631ede83392430a888e6f99 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Mon, 25 Sep 2023 12:18:43 +0530 Subject: [PATCH] upgrade ballerina v8.0 in workflows --- .github/workflows/code-coverage.yaml | 6 +++--- .github/workflows/config-deployer-release.yml | 6 +++--- .github/workflows/idp-domain-service-release.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index a4f6bd4e8..34464ff5f 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -26,16 +26,16 @@ jobs: id: cache with: path: "ballerina-dist/*.deb" - key: "ballerina-2201.7.0" + key: "ballerina-2201.8.0" - name: Download Ballerina distribution. shell: sh run: | mkdir -p ballerina-dist - wget 'https://dist.ballerina.io/downloads/2201.7.0/ballerina-2201.7.0-swan-lake-linux-x64.deb' -P ballerina-dist + wget 'https://dist.ballerina.io/downloads/2201.8.0/ballerina-2201.8.0-swan-lake-linux-x64.deb' -P ballerina-dist if: steps.cache.outputs.cache-hit != 'true' - name: Install Ballerina distribution. shell: sh - run: "sudo dpkg -i ballerina-dist/ballerina-2201.7.0-swan-lake-linux-x64.deb" + run: "sudo dpkg -i ballerina-dist/ballerina-2201.8.0-swan-lake-linux-x64.deb" - name: Verify Ballerina Version shell: sh run: "bal -v" diff --git a/.github/workflows/config-deployer-release.yml b/.github/workflows/config-deployer-release.yml index 81ea294e0..ecb331db8 100644 --- a/.github/workflows/config-deployer-release.yml +++ b/.github/workflows/config-deployer-release.yml @@ -54,16 +54,16 @@ jobs: id: cache with: path: "ballerina-dist/*.deb" - key: "ballerina-2201.7.2" + key: "ballerina-2201.8.0" - name: Download Ballerina distribution. shell: sh run: | mkdir -p ballerina-dist - wget 'https://dist.ballerina.io/downloads/2201.7.2/ballerina-2201.7.2-swan-lake-linux-x64.deb' -P ballerina-dist + wget 'https://dist.ballerina.io/downloads/2201.8.0/ballerina-2201.8.0-swan-lake-linux-x64.deb' -P ballerina-dist if: steps.cache.outputs.cache-hit != 'true' - name: Install Ballerina distribution. shell: sh - run: "sudo dpkg -i ballerina-dist/ballerina-2201.7.2-swan-lake-linux-x64.deb" + run: "sudo dpkg -i ballerina-dist/ballerina-2201.8.0-swan-lake-linux-x64.deb" - name: Verify Ballerina Version shell: sh run: "bal -v" diff --git a/.github/workflows/idp-domain-service-release.yml b/.github/workflows/idp-domain-service-release.yml index 608ba891c..ae12b77be 100644 --- a/.github/workflows/idp-domain-service-release.yml +++ b/.github/workflows/idp-domain-service-release.yml @@ -52,16 +52,16 @@ jobs: id: cache with: path: "ballerina-dist/*.deb" - key: "ballerina-2201.7.2" + key: "ballerina-2201.8.0" - name: Download Ballerina distribution. shell: sh run: | mkdir -p ballerina-dist - wget 'https://dist.ballerina.io/downloads/2201.7.2/ballerina-2201.7.2-swan-lake-linux-x64.deb' -P ballerina-dist + wget 'https://dist.ballerina.io/downloads/2201.8.0/ballerina-2201.8.0-swan-lake-linux-x64.deb' -P ballerina-dist if: steps.cache.outputs.cache-hit != 'true' - name: Install Ballerina distribution. shell: sh - run: "sudo dpkg -i ballerina-dist/ballerina-2201.7.2-swan-lake-linux-x64.deb" + run: "sudo dpkg -i ballerina-dist/ballerina-2201.8.0-swan-lake-linux-x64.deb" - name: Verify Ballerina Version shell: sh run: "bal -v"