Skip to content

Commit 64a85b2

Browse files
build(deps): bump the github-actions group across 2 directories with 2 updates
Bumps the github-actions group with 1 update in the / directory: [google-github-actions/get-secretmanager-secrets](https://github.com/google-github-actions/get-secretmanager-secrets). Bumps the github-actions group with 1 update in the /.github/actions/bootstrap directory: [actions/setup-go](https://github.com/actions/setup-go). Updates `google-github-actions/get-secretmanager-secrets` from 2.2.4 to 3.0.0 - [Release notes](https://github.com/google-github-actions/get-secretmanager-secrets/releases) - [Changelog](https://github.com/google-github-actions/get-secretmanager-secrets/blob/main/CHANGELOG.md) - [Commits](google-github-actions/get-secretmanager-secrets@50ec04d...bc9c54b) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: google-github-actions/get-secretmanager-secrets dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d00e18 commit 64a85b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: "composite"
1313
steps:
1414

15-
- uses: actions/setup-go@v5
15+
- uses: actions/setup-go@v6
1616
with:
1717
go-version-file: 'go.mod'
1818

.github/workflows/smoke-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
terraform_version: 1.2.3
4545
- uses: elastic/oblt-actions/aws/auth@v1
4646
- uses: elastic/oblt-actions/google/auth@v1
47-
- uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
47+
- uses: google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
4848
with:
4949
export_to_environment: true
5050
secrets: |-
@@ -55,7 +55,7 @@ jobs:
5555
# there is a high chance things will stop working
5656
# This is trying to reduce the chances of that happening.
5757
# See https://github.com/elastic/observability-test-environments/actions/workflows/cluster-rotate-api-keys.yml
58-
- uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
58+
- uses: google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
5959
if: always()
6060
with:
6161
export_to_environment: true

0 commit comments

Comments
 (0)