From 18533c9d83fffdb217f83e462c64d27704174096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:05:04 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 3. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v1...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/testlab.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testlab.yaml b/.github/workflows/testlab.yaml index d891c82..c9f5701 100644 --- a/.github/workflows/testlab.yaml +++ b/.github/workflows/testlab.yaml @@ -32,7 +32,7 @@ jobs: ./gradlew app:assembleDebug -Ptarget=integration_test/integration_test.dart working-directory: packages/isar_test/android - name: Login to Google Cloud - uses: "google-github-actions/auth@v1" + uses: "google-github-actions/auth@v3" with: credentials_json: "${{ secrets.FIREBASE_JSON }}" - name: Run tests