This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 41c2d0a7 Bump actions/setup-go from 5.1.0 to 5.2.0 (#2315)
41c2d0a7 is described below
commit 41c2d0a766134683749b7598f1d9bbf2f7064b5b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 11 08:01:22 2024 +0100
Bump actions/setup-go from 5.1.0 to 5.2.0 (#2315)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to
5.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
-
[Commits](https://github.com/actions/setup-go/compare/41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed...3041bf56c941b39c61721a86cd11f3bb1338122a)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/main-push-regen.yaml | 2 +-
.github/workflows/validate.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main-push-regen.yaml
b/.github/workflows/main-push-regen.yaml
index 7037cf6b..d56a74d3 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -47,7 +47,7 @@ jobs:
java-version: 17
cache: 'maven'
- name: Install Go
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed #
v5.1.0
+ uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #
v5.2.0
with:
go-version: 1.20.x
- name: Build catalog 1st Run
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index 8b290e30..38d8d718 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -50,7 +50,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
+ uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.20.x
- name: Run Validator