File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 # the golden images were generated on MacOS, therefore the tests must run on MacOS
2121 runs-on : macos-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-java@v4
2525 with :
2626 java-version : ' 12.x'
5050 GRADLE_OPTS : -Dorg.gradle.daemon=false
5151 runs-on : ${{ matrix.os }}
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 - uses : subosito/flutter-action@v2
5555 with :
5656 channel : ${{ matrix.flutter_channel }}
Original file line number Diff line number Diff line change 1919 working-directory : feedback_gitlab
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-java@v4
2424 with :
2525 java-version : ' 12.x'
Original file line number Diff line number Diff line change 1919 working-directory : feedback_sentry
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-java@v4
2424 with :
2525 java-version : ' 12.x'
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : subosito/flutter-action@v2
1414 - uses : bluefireteam/flutter-gh-pages@v8
1515 with :
You can’t perform that action at this time.
0 commit comments