diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 364f01d..71fb1b8 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Google Cloud Auth - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: project_id: 'httparchive' credentials_json: ${{ env.PIPELINE_SA_KEY }} @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Google Cloud Auth - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: project_id: 'httparchive' credentials_json: ${{ env.PIPELINE_SA_KEY }}