|
29 | 29 | timeout-minutes: 5 |
30 | 30 | steps: |
31 | 31 | - name: Checkout repository |
32 | | - uses: actions/checkout@v5 |
| 32 | + uses: actions/checkout@v6 |
33 | 33 |
|
34 | 34 | - name: Download addlicense |
35 | 35 | run: | |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | with: |
119 | 119 | fetch-depth: 2 |
120 | 120 |
|
121 | | - - uses: actions/setup-java@v4 |
| 121 | + - uses: actions/setup-java@v5 |
122 | 122 | with: |
123 | 123 | java-version: '21' |
124 | 124 | distribution: 'temurin' |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 |
|
173 | 173 | - name: Comment coverage on PR |
174 | 174 | if: matrix.dart-version == 'stable' && github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false |
175 | | - uses: actions/github-script@v7 |
| 175 | + uses: actions/github-script@v9 |
176 | 176 | with: |
177 | 177 | script: | |
178 | 178 | const coverage = '${{ steps.coverage.outputs.coverage }}'; |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | - name: Upload coverage to codecov |
226 | 226 | if: matrix.dart-version == 'stable' |
227 | 227 | continue-on-error: true |
228 | | - uses: codecov/codecov-action@v4 |
| 228 | + uses: codecov/codecov-action@v6 |
229 | 229 | with: |
230 | 230 | files: coverage.lcov |
231 | 231 | flags: unittests |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | sdk: ${{ matrix.dart-version }} |
260 | 260 |
|
261 | 261 | - name: Authenticate to Google Cloud/Firebase |
262 | | - uses: google-github-actions/auth@v2 |
| 262 | + uses: google-github-actions/auth@v3 |
263 | 263 | with: |
264 | 264 | workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}' |
265 | 265 | service_account: '${{ secrets.SERVICE_ACCOUNT }}' |
|
0 commit comments