Skip to content

Commit

Permalink
chore(deps): [GHA] Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 7b2905b commit d971601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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 }}"
service_account: "${{ secrets.SERVICE_ACCOUNT }}"

- 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
Expand All @@ -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 }}

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d971601

Please sign in to comment.