You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/07 05:29:31 UTC

(camel-kamelets) branch main updated: Bump actions/setup-go from 4 to 5 (#1778)

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 be7ea6c6 Bump actions/setup-go from 4 to 5 (#1778)
be7ea6c6 is described below

commit be7ea6c6eb4a01a20e64c0ec2f23495110000692
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 7 06:29:25 2023 +0100

    Bump actions/setup-go from 4 to 5 (#1778)
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](https://github.com/actions/setup-go/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 e6c6d250..5e30bdf9 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -41,7 +41,7 @@ jobs:
           java-version: 17
           cache: 'maven'
       - name: Install Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
           go-version: 1.20.x
       - name: Build catalog 1st Run
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index 1f0759ec..f03f8650 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -47,7 +47,7 @@ jobs:
     - name: Checkout code
       uses: actions/checkout@v4
     - name: Install Go
-      uses: actions/setup-go@v4
+      uses: actions/setup-go@v5
       with:
         go-version: 1.20.x
     - name: Run Validator