File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ jobs:
1111 name : Package and Publish
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 token : ${{ secrets.REPO_DEPLOYMENT_TOKEN }}
17+ persist-credentials : false
1718 - uses : subosito/flutter-action@v2
1819 with :
1920 channel : ' stable'
2021 - run : flutter pub get
2122 - name : release
22- uses : cycjimmy/semantic-release-action@v3
23+ uses : cycjimmy/semantic-release-action@v5
2324 with :
2425 extra_plugins : |
2526 @semantic-release/exec
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 name : Linting and Testing
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 submodules : true
1717 - uses : subosito/flutter-action@v2
1818 with :
1919 channel : ' stable'
2020 - run : flutter pub get
21- - run : dart format --fix -- set-exit-if-changed .
21+ - run : dart format --set-exit-if-changed .
2222 # - run: flutter analyze
2323 # - run: flutter test --coverage
2424 # - name: Setup LCOV
You can’t perform that action at this time.
0 commit comments