diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 28bed763..01ad4c2f 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack @@ -29,7 +29,7 @@ jobs: - name: Push to Dev if: github.event.inputs.bal_central_environment == 'DEV' - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push @@ -39,7 +39,7 @@ jobs: - name: Push to Staging if: github.event.inputs.bal_central_environment == 'STAGE' - uses: ballerina-platform/ballerina-action/@2201.2.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 60fc3c05..fed46701 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack @@ -32,7 +32,7 @@ jobs: INLINE_IMAGE_NAME: ${{ secrets.INLINE_IMAGE_NAME }} IMAGE_CONTENT_TYPE: ${{ secrets.IMAGE_CONTENT_TYPE }} - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push diff --git a/gmail/Ballerina.toml b/gmail/Ballerina.toml index c8e4185a..a1304319 100644 --- a/gmail/Ballerina.toml +++ b/gmail/Ballerina.toml @@ -1,8 +1,8 @@ [package] -distribution = "2201.3.0" +distribution = "2201.7.0" org = "ballerinax" name = "googleapis.gmail" -version = "3.1.0" +version = "3.5.0" authors = ["Ballerina"] repository = "https://github.com/ballerina-platform/module-ballerinax-googleapis.gmail" keywords = ["Communication/Email", "Cost/Free", "Vendor/Google"] diff --git a/gmail/Package.md b/gmail/Package.md index 0e83990c..8c4bfda9 100644 --- a/gmail/Package.md +++ b/gmail/Package.md @@ -10,7 +10,7 @@ Ballerina Gmail Connector provides the capability to send, read, and delete emai | | Version | |-----------------------|-------------------------------| -| Ballerina Language | Swan Lake 2201.3.0 | +| Ballerina Language | Swan Lake 2201.7.0 | | Gmail API | v1 | ## Report issues