Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent d3ae636 commit f5954d1
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 @@ -41,7 +41,7 @@ jobs:
# Synchronize doctree with Google Cloud Bucket
- if: github.ref == 'refs/heads/main'
uses: actions-hub/gcloud@437.0.1
uses: actions-hub/gcloud@444.0.0
env:
PROJECT_ID: aura-prod-d7e3
APPLICATION_CREDENTIALS: ${{ secrets.GCP_SERVICEACCOUNT_KEY_FOR_DOC_NAIS_IO_BUCKET }}
Expand All @@ -51,7 +51,7 @@ jobs:

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

0 comments on commit f5954d1

Please sign in to comment.