Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6e76dd

Browse files
authoredJan 13, 2025··
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](actions-hub/gcloud@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] <support@github.com>
1 parent 384c208 commit a6e76dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
key: ${{ github.sha }}
6161

6262
- name: Sync documentation to bucket
63-
uses: actions-hub/gcloud@502.0.0
63+
uses: actions-hub/gcloud@505.0.0
6464
env:
6565
PROJECT_ID: not-used
6666
APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}
@@ -69,7 +69,7 @@ jobs:
6969
cli: gsutil
7070

7171
- name: Invalidate cache
72-
uses: actions-hub/gcloud@502.0.0
72+
uses: actions-hub/gcloud@505.0.0
7373
env:
7474
PROJECT_ID: not-used
7575
APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}

0 commit comments

Comments
 (0)
Please sign in to comment.