You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/09 11:31:36 UTC

[camel] branch main updated: Bump actions/checkout from 2 to 3

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ef2ef87e19f Bump actions/checkout from 2 to 3
ef2ef87e19f is described below

commit ef2ef87e19f1858e737bb8d216dd7180153a1f75
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 9 08:46:03 2022 +0000

    Bump actions/checkout from 2 to 3
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/alternative-os-build.yml  | 2 +-
 .github/workflows/main-checkstyle-build.yml | 2 +-
 .github/workflows/main-push-build.yml       | 2 +-
 .github/workflows/master-pr-build.yml       | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/alternative-os-build.yml b/.github/workflows/alternative-os-build.yml
index 1020129a585..49010a215a0 100644
--- a/.github/workflows/alternative-os-build.yml
+++ b/.github/workflows/alternative-os-build.yml
@@ -32,7 +32,7 @@ jobs:
       matrix:
         os: [windows-latest, macos-latest, windows-2019]
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           persist-credentials: false
       - name: Set up JDK ${{ matrix.os }}
diff --git a/.github/workflows/main-checkstyle-build.yml b/.github/workflows/main-checkstyle-build.yml
index 7069464de76..dd3341627a0 100644
--- a/.github/workflows/main-checkstyle-build.yml
+++ b/.github/workflows/main-checkstyle-build.yml
@@ -31,7 +31,7 @@ jobs:
       matrix:
         java: [ '11' ]
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           persist-credentials: false
       - id: install-mvnd
diff --git a/.github/workflows/main-push-build.yml b/.github/workflows/main-push-build.yml
index 829189c0dd0..ba2bba5f8d5 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -36,7 +36,7 @@ jobs:
       matrix:
         java: [ '11' ]
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           persist-credentials: false
       - id: install-mvnd
diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index c5638dca5ff..b2ce374c283 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -34,7 +34,7 @@ jobs:
   checkstyle:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         persist-credentials: false
     - id: install-mvnd
@@ -61,7 +61,7 @@ jobs:
       matrix:
         java: [ '11' ]
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           persist-credentials: false
           fetch-depth: 0