We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bd92f commit 2f6cd60Copy full SHA for 2f6cd60
1 file changed
.github/workflows/code_quality.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- uses: subosito/flutter-action@v2
20
with:
21
channel: "stable"
@@ -29,7 +29,7 @@ jobs:
29
name: Check code analysis
30
31
32
33
34
35
0 commit comments