diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 83551e1..c3cce31 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 # v4 - name: Google Storage authentication - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' export_environment_variables: true diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 1255cc2..6881381 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 # v4 - name: Google Storage authentication - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' export_environment_variables: true diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index dfcc2c8..502cdbb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 # v4 - name: Google Storage authentication - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' export_environment_variables: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95f5e15..c72b2b3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} - name: Google Storage authentication - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' export_environment_variables: true diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 88e13c0..083f500 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 # v4 - name: Google Storage authentication - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' export_environment_variables: true