From e4ee8a13093e88c39fa4c908de9717514637539e Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 14:25:51 +0000 Subject: [PATCH] Upgrade GitHub Actions to latest versions --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index b90cb87b..9594c1dc 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -194,7 +194,7 @@ jobs: pip install pytest pytest-cov python-dotenv - name: Authenticate with Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.SERVICE_ACCOUNT_JSON }}