Skip to content

Commit

Permalink
build(deps): bump actions-hub/gcloud from 446.0.0 to 451.0.1
Browse files Browse the repository at this point in the history
Bumps [actions-hub/gcloud](https://github.com/actions-hub/gcloud) from 446.0.0 to 451.0.1.
- [Release notes](https://github.com/actions-hub/gcloud/releases)
- [Commits](actions-hub/gcloud@446.0.0...451.0.1)

---
updated-dependencies:
- dependency-name: actions-hub/gcloud
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent e3df462 commit b428202
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit b428202

Please sign in to comment.