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 37e0a9b5 Bump actions/setup-go from 5.2.0 to 5.3.0 (#2362)
37e0a9b5 is described below
commit 37e0a9b5ff2f63a087e13d0e78266a59b42f077c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 21 09:35:53 2025 +0100
Bump actions/setup-go from 5.2.0 to 5.3.0 (#2362)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to
5.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
-
[Commits](https://github.com/actions/setup-go/compare/3041bf56c941b39c61721a86cd11f3bb1338122a...f111f3307d8850f501ac008e886eec1fd1932a34)
---
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 6784016c..dcd70c10 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@3041bf56c941b39c61721a86cd11f3bb1338122a #
v5.2.0
+ uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #
v5.3.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 38d8d718..019390a8 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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
+ uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 1.20.x
- name: Run Validator