Skip to content

Commit dfb3bd7

Browse files
committed
testing CI
1 parent 9a29079 commit dfb3bd7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 5
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Download addlicense
3535
run: |
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
fetch-depth: 2
120120

121-
- uses: actions/setup-java@v4
121+
- uses: actions/setup-java@v5
122122
with:
123123
java-version: '21'
124124
distribution: 'temurin'
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Comment coverage on PR
174174
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
176176
with:
177177
script: |
178178
const coverage = '${{ steps.coverage.outputs.coverage }}';
@@ -225,7 +225,7 @@ jobs:
225225
- name: Upload coverage to codecov
226226
if: matrix.dart-version == 'stable'
227227
continue-on-error: true
228-
uses: codecov/codecov-action@v4
228+
uses: codecov/codecov-action@v6
229229
with:
230230
files: coverage.lcov
231231
flags: unittests
@@ -259,7 +259,7 @@ jobs:
259259
sdk: ${{ matrix.dart-version }}
260260

261261
- name: Authenticate to Google Cloud/Firebase
262-
uses: google-github-actions/auth@v2
262+
uses: google-github-actions/auth@v3
263263
with:
264264
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}'
265265
service_account: '${{ secrets.SERVICE_ACCOUNT }}'

0 commit comments

Comments
 (0)