Skip to content

Commit

Permalink
Update ballerina version in release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Jan 30, 2024
1 parent 6f6ee9b commit 2889bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 2889bf3

Please sign in to comment.