Skip to content

Commit

Permalink
Merge pull request #33 from mozilla-it/cvalaas/version-bumps
Browse files Browse the repository at this point in the history
feat: version bumps to remove warnings
  • Loading branch information
cvalaas authored Jun 3, 2024
2 parents 33a6e06 + cab996b commit fd7c33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
using: composite
steps:
- name: checkout the infra repo ${{ inputs.infra_repo }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: infra_repo
repository: ${{ inputs.infra_repo }}
Expand All @@ -91,13 +91,13 @@ runs:
fi
- name: gcp authentication
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
service_account: ${{ steps.deployment_service_account.outputs.SERVICE_ACCOUNT }}
workload_identity_provider: projects/${{ inputs.workload_identity_pool_project_number }}/locations/global/workloadIdentityPools/github-actions/providers/github-actions

- name: get gke credentials
uses: google-github-actions/get-gke-credentials@v1
uses: google-github-actions/get-gke-credentials@v2
with:
cluster_name: ${{ inputs.k8s_cluster_name }}
location: ${{ inputs.k8s_cluster_location }}
Expand Down

0 comments on commit fd7c33c

Please sign in to comment.