diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 2035a97..37593ea 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -33,7 +33,7 @@ jobs: # Build the ballerina project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack @@ -43,7 +43,7 @@ jobs: # Push to Ballerina Staging Central - 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 @@ -54,7 +54,7 @@ jobs: # Push to Ballerina Dev Central - 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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e690bab..167f1a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # Build the ballerina project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: pack @@ -35,7 +35,7 @@ jobs: # Push the module to the Ballerina central - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.7.0 with: args: push