Skip to content

Commit

Permalink
Merge pull request #249 from LakshanSS/2201.4.x
Browse files Browse the repository at this point in the history
[2201.4.x] Prepare for 4.5.0 release with 2201.4.1
  • Loading branch information
LakshanSS authored May 9, 2023
2 parents 294515a + b2b196c commit b80d38c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 70 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@2201.4.1
with:
args:
pack ./github
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
- name: Ballerina Tests
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@2201.4.1
with:
args:
test --code-coverage ./github
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/daily-build.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack ./github
Expand All @@ -28,7 +28,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.4.1
with:
args:
push
Expand All @@ -38,7 +38,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.4.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack ./github

- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions github/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.3.0"
distribution = "2201.4.1"
org = "ballerinax"
name = "github"
version = "4.3.0"
version = "4.5.0"
authors = ["Ballerina"]
keywords = ["IT Operations/Source Control", "Cost/Freemium"]
icon = "icon.png"
Expand Down
2 changes: 1 addition & 1 deletion github/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `ballerinax/github` is a [Ballerina](https://ballerina.io/) connector for Gi
### Compatibility
| | Version |
|------------------------------------------------------------------------------------|-----------------------|
| Ballerina Language | Swan Lake 2201.3.0 |
| Ballerina Language | Swan Lake 2201.4.1 |
| [Github API](https://docs.github.com/en/graphql) | v4.0 |

## Report Issues
Expand Down

0 comments on commit b80d38c

Please sign in to comment.