Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions-hub/gcloud from 446.0.0 to 451.0.1 #546

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Synchronize doctree with Google Cloud Bucket
- if: github.ref == 'refs/heads/main'
uses: actions-hub/gcloud@446.0.0
uses: actions-hub/gcloud@451.0.1
env:
PROJECT_ID: aura-prod-d7e3
APPLICATION_CREDENTIALS: ${{ secrets.GCP_SERVICEACCOUNT_KEY_FOR_DOC_NAIS_IO_BUCKET }}
Expand All @@ -55,7 +55,7 @@ jobs:

# Cache buster
- if: github.ref == 'refs/heads/main'
uses: actions-hub/gcloud@446.0.0
uses: actions-hub/gcloud@451.0.1
env:
PROJECT_ID: aura-prod-d7e3
APPLICATION_CREDENTIALS: ${{ secrets.GCP_SERVICEACCOUNT_KEY_FOR_DOC_NAIS_IO_BUCKET }}
Expand Down