From 2dbcb17b7d45edd0e7b4bef49afa814c26b14e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:12:32 +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 500.0.0 to 501.0.0 - [Release notes](https://github.com/actions-hub/gcloud/releases) - [Commits](https://github.com/actions-hub/gcloud/compare/500.0.0...501.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 67cbf3019..b8fff6d67 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@500.0.0 + uses: actions-hub/gcloud@501.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@500.0.0 + uses: actions-hub/gcloud@501.0.0 env: PROJECT_ID: not-used APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}