From a6e76dd8549f9f91322b4e908fa74462a3edfe8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:21:33 +0000 Subject: [PATCH] build(deps): bump actions-hub/gcloud Bumps the actions group with 1 update in the / directory: [actions-hub/gcloud](https://github.com/actions-hub/gcloud). Updates `actions-hub/gcloud` from 502.0.0 to 505.0.0 - [Release notes](https://github.com/actions-hub/gcloud/releases) - [Commits](https://github.com/actions-hub/gcloud/compare/502.0.0...505.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 2f00ea6b9..5bc495529 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: key: ${{ github.sha }} - name: Sync documentation to bucket - uses: actions-hub/gcloud@502.0.0 + uses: actions-hub/gcloud@505.0.0 env: PROJECT_ID: not-used APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }} @@ -69,7 +69,7 @@ jobs: cli: gsutil - name: Invalidate cache - uses: actions-hub/gcloud@502.0.0 + uses: actions-hub/gcloud@505.0.0 env: PROJECT_ID: not-used APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}