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 d03c0220b Bump actions/setup-go from 5.3.0 to 5.4.0 (#2423)
d03c0220b is described below

commit d03c0220b32e41113789640b2870711ecd88b021
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 24 18:18:23 2025 +0100

    Bump actions/setup-go from 5.3.0 to 5.4.0 (#2423)
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 
5.4.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - 
[Commits](https://github.com/actions/setup-go/compare/f111f3307d8850f501ac008e886eec1fd1932a34...0aaccfd150d50ccaeb58ebd88d36e91967a5f35b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    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 a44ea3a72..097ea3693 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@f111f3307d8850f501ac008e886eec1fd1932a34 # 
v5.3.0
+        uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # 
v5.4.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 019390a8e..5d74dce08 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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
+      uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
       with:
         go-version: 1.20.x
     - name: Run Validator

Reply via email to