Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to dcli:4.x #255

Merged
merged 14 commits into from
Jul 15, 2024
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: dart:3.0.0
image: dart:3.3.0

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: dart:3.0.0
image: dart:3.3.0

steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: dart:3.0.0
image: dart:3.3.0

steps:
- uses: actions/checkout@v1
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: dart:3.0.0
image: dart:3.3.0

steps:
- uses: actions/checkout@v1
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: dart:3.0.0
image: dart:3.3.0

steps:
- uses: actions/checkout@v1
Expand Down
Loading
Loading