From d971601cfc1ed624cfa63ed0a908c182b23287d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:52:14 +0000 Subject: [PATCH] chore(deps): [GHA] Update all dependencies --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 421694c..dc3ce36 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: "Authenticate to Google Cloud" id: "gcp-auth" - uses: "google-github-actions/auth@v1" + uses: "google-github-actions/auth@v2" with: token_format: "access_token" workload_identity_provider: "${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}" @@ -32,7 +32,7 @@ jobs: - name: "Get secrets" id: "secrets" - uses: "google-github-actions/get-secretmanager-secrets@v1" + uses: "google-github-actions/get-secretmanager-secrets@v2" with: secrets: |- SDK_TEST_CREDENTIALS:projects/${{ secrets.GCP_PROJECT_NAME }}/secrets/SDK_TEST_CREDENTIALS @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v4 - name: Setup python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -110,7 +110,7 @@ jobs: fetch-depth: 0 - name: "Setup python ${{ env.PYTHON_VERSION }}" - uses: "actions/setup-python@v4" + uses: "actions/setup-python@v5" with: python-version: "${{ env.PYTHON_VERSION }}" cache: "pip"