Skip to content

Commit

Permalink
Merge pull request #831 from NipunaRanasinghe/main
Browse files Browse the repository at this point in the history
Update ballerina version in release workflows
  • Loading branch information
LakshanSS authored Jan 30, 2024
2 parents 6f6ee9b + 49f7a4f commit f78ea1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
container:
runs-on: ubuntu-latest
container:
image: ballerina/ballerina:2201.4.1
image: ballerina/ballerina:2201.8.0
options: --user root
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
BALLERINA_${{ github.event.inputs.bal_central_environment }}_CENTRAL: true
container:
image: ballerina/ballerina:2201.4.1
image: ballerina/ballerina:2201.8.0
options: --user root
steps:
- name: Install Git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container:
runs-on: ubuntu-latest
container:
image: ballerina/ballerina:2201.4.1
image: ballerina/ballerina:2201.8.0
options: --user root
steps:
- name: Install Git
Expand Down

0 comments on commit f78ea1f

Please sign in to comment.