Skip to content

Commit

Permalink
Update setup-gcloud action
Browse files Browse the repository at this point in the history
Switch to the newer structure of the setup-gcloud action.
  • Loading branch information
jdonenine committed Jul 27, 2021
1 parent d91189a commit 3ec71df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
working-directory: build/${{ steps.compute_next_version.outputs.RELEASE_VERSION }}

# Helm Release
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@master
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down Expand Up @@ -333,4 +333,4 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
env:
GHR_PATH: build/k8ssandra-${{ env.RELEASE_VERSION }}.tgz
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3ec71df

Please sign in to comment.