Skip to content

Commit 2915454

Browse files
build(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) and [actions-hub/gcloud](https://github.com/actions-hub/gcloud). Updates `dependabot/fetch-metadata` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.2.0...v2.3.0) Updates `actions-hub/gcloud` from 506.0.0 to 507.0.0 - [Release notes](https://github.com/actions-hub/gcloud/releases) - [Commits](actions-hub/gcloud@506.0.0...507.0.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions-hub/gcloud dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 901dde6 commit 2915454

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata
15-
uses: dependabot/fetch-metadata@v2.2.0
15+
uses: dependabot/fetch-metadata@v2.3.0
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Enable auto-merge for Dependabot PRs

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
key: ${{ github.sha }}
6363

6464
- name: Sync documentation to bucket
65-
uses: actions-hub/gcloud@506.0.0
65+
uses: actions-hub/gcloud@507.0.0
6666
env:
6767
PROJECT_ID: not-used
6868
APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}
@@ -71,7 +71,7 @@ jobs:
7171
cli: gsutil
7272

7373
- name: Invalidate cache
74-
uses: actions-hub/gcloud@506.0.0
74+
uses: actions-hub/gcloud@507.0.0
7575
env:
7676
PROJECT_ID: not-used
7777
APPLICATION_CREDENTIALS: ${{ secrets.NAIS_DOC_SA }}

0 commit comments

Comments
 (0)