Skip to content

Commit

Permalink
Update GitHub Actions (#538)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 1086f47 commit 244dc51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: ☁ setup gcloud cli
id: setup-gcloud
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
project_id: ${{ secrets.GKE_PROJECT }}

Expand All @@ -42,7 +42,7 @@ jobs:
- name: 🚢 configure kubectl
id: configure-kubectl
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: ☁ setup gcloud cli
id: setup-gcloud
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
project_id: ${{ secrets.GKE_PROJECT }}

Expand Down

0 comments on commit 244dc51

Please sign in to comment.