diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 55fa442..dd818bb 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -32,7 +32,7 @@ jobs: run: | ./gradlew build - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack ./twitter env: @@ -40,7 +40,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 env: @@ -50,7 +50,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 env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3df4597..fb89177 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,14 +25,14 @@ jobs: run: | ./gradlew build - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack ./twitter env: JAVA_HOME: /usr/lib/jvm/default-jvm - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@2201.3.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push env: