Skip to content

Commit 6b6139e

Browse files
committed
Fix CI warnings
1 parent 4f17abe commit 6b6139e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quality_gate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
timeout-minutes: 10
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: dart-lang/setup-dart@v1
1919
- run: dart format --set-exit-if-changed .
2020

2121
analyze:
2222
timeout-minutes: 10
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- uses: dart-lang/setup-dart@v1
2727
- run: dart pub get
2828
- run: dart analyze --fatal-infos
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 10
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- uses: dart-lang/setup-dart@v1
3636
- name: Load test credentials
3737
run: |

0 commit comments

Comments
 (0)