File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ concurrency:
1717 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1818 cancel-in-progress : true
1919
20- permissions :
21- contents : write
22- pull-requests : write
23-
2420jobs :
2521 metrics :
2622 name : ${{ matrix.name }}
4137 host : ubuntu-latest
4238
4339 steps :
44- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
40+ - uses : actions/checkout@v6
4541
4642 # Let's stick to an explicit version and update manually because a version change may affect results.
4743 # If it would update implicitly it could confuse people to think the change is actually caused by the PR.
10197 name : Console
10298 runs-on : ubuntu-latest
10399 steps :
104- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
100+ - uses : actions/checkout@v6
105101 -
uses :
subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected] 106102
107103 - name : create dart sample apps
You can’t perform that action at this time.
0 commit comments