From 21a4682d443812cc96b57757a41944ee0504a29c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:36:47 +0000 Subject: [PATCH] build(deps): bump actions-hub/gcloud in the actions group Bumps the actions group with 1 update: [actions-hub/gcloud](https://github.com/actions-hub/gcloud). Updates `actions-hub/gcloud` from 499.0.0 to 500.0.0 - [Release notes](https://github.com/actions-hub/gcloud/releases) - [Commits](https://github.com/actions-hub/gcloud/compare/499.0.0...500.0.0) --- updated-dependencies: - dependency-name: actions-hub/gcloud dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76b5ce27..67cbf301 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: key: ${{ github.sha }} - name: Sync documentation to bucket - uses: actions-hub/gcloud@499.0.0 + uses: actions-hub/gcloud@500.0.0 env: PROJECT_ID: not-used APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }} @@ -72,7 +72,7 @@ jobs: cli: gsutil - name: Invalidate cache - uses: actions-hub/gcloud@499.0.0 + uses: actions-hub/gcloud@500.0.0 env: PROJECT_ID: not-used APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}