From bb92aff6d667604f64e80f3b22e633ac8586d078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:59:47 +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 506.0.0 - [Release notes](https://github.com/actions-hub/gcloud/releases) - [Commits](https://github.com/actions-hub/gcloud/compare/502.0.0...506.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..96533d809 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@506.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@506.0.0 env: PROJECT_ID: not-used APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}