diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 0daa15c6..d4611df8 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -37,7 +37,7 @@ jobs: ./gradlew build - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack ./asb-ballerina @@ -46,7 +46,7 @@ jobs: - name: Push to Staging if: github.event.inputs.bal_central_environment == 'STAGE' - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push @@ -57,7 +57,7 @@ jobs: - name: Push to Dev if: github.event.inputs.bal_central_environment == 'DEV' - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cebba770..e13399a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: # Build Ballerina Project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack ./asb-ballerina @@ -56,7 +56,7 @@ jobs: # Push to Ballerina Central - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push