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

valdar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit a933dff41c8af5f45e6d4c78bfeddc007c5fed1a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 4 11:15:16 2024 +0200

    Bump actions/checkout from 4.1.7 to 4.2.0 (#1677)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 
4.2.0.
    - [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/v4.1.7...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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/asf-snapshots-deploy.yml       | 4 ++--
 .github/workflows/automatic-changelog-update.yml | 2 +-
 .github/workflows/automatic-sync-camel-main.yml  | 4 ++--
 .github/workflows/backport.yml                   | 2 +-
 .github/workflows/ci-build.yml                   | 2 +-
 .github/workflows/daily-java-next.yml            | 2 +-
 .github/workflows/depsreview.yaml                | 2 +-
 .github/workflows/maven-it.yaml                  | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml 
b/.github/workflows/asf-snapshots-deploy.yml
index 649b268ef8..d8df29be55 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -32,7 +32,7 @@ jobs:
       matrix:
         java: [ '17' ]
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/[email protected]
         with:
@@ -56,7 +56,7 @@ jobs:
       NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
       NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}
     steps:
-    - uses: actions/[email protected]
+    - uses: actions/[email protected]
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/[email protected]
       with:
diff --git a/.github/workflows/automatic-changelog-update.yml 
b/.github/workflows/automatic-changelog-update.yml
index 40f31e0a6f..74dd826750 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -30,7 +30,7 @@ jobs:
     if: github.ref == 'refs/heads/main' && github.repository == 
'apache/camel-kafka-connector'
     steps:
       - name: "Checkout camel-kafka-connector"
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           persist-credentials: false
           submodules: recursive
diff --git a/.github/workflows/automatic-sync-camel-main.yml 
b/.github/workflows/automatic-sync-camel-main.yml
index 108c254077..728f1ede93 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -34,7 +34,7 @@ jobs:
         java: [ '17' ]
     steps:
       - name: Checkout Camel project
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           repository: apache/camel
           ref: main
@@ -58,7 +58,7 @@ jobs:
             clean install
         working-directory: ${{ github.workspace }}/camel
       - name: Checkout camel-kafka-connector project
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           ref: main
           fetch-depth: 0
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 34673c9698..d5b0cd6d06 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -28,7 +28,7 @@ jobs:
     name: Backport
     steps:
       - name: "Checkout camel-kafka-connector"
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           persist-credentials: false
           submodules: recursive
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index a6449bb1f4..f04f7e9ab3 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -46,7 +46,7 @@ jobs:
           - java: '21'
             experimental: true
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/[email protected]
         with:
diff --git a/.github/workflows/daily-java-next.yml 
b/.github/workflows/daily-java-next.yml
index 2c260eeb81..4d53e2c00a 100644
--- a/.github/workflows/daily-java-next.yml
+++ b/.github/workflows/daily-java-next.yml
@@ -33,7 +33,7 @@ jobs:
       matrix:
         java: [ '21' ]
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/[email protected]
         with:
diff --git a/.github/workflows/depsreview.yaml 
b/.github/workflows/depsreview.yaml
index f87f931c06..ff48efe26e 100644
--- a/.github/workflows/depsreview.yaml
+++ b/.github/workflows/depsreview.yaml
@@ -9,6 +9,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: 'Checkout Repository'
-        uses: actions/[email protected]
+        uses: actions/[email protected]
       - name: 'Dependency Review'
         uses: actions/dependency-review-action@v4
diff --git a/.github/workflows/maven-it.yaml b/.github/workflows/maven-it.yaml
index e392dd0dcb..6d0a680390 100644
--- a/.github/workflows/maven-it.yaml
+++ b/.github/workflows/maven-it.yaml
@@ -46,7 +46,7 @@ jobs:
           - java: '21'
             experimental: true
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/[email protected]
         with:

Reply via email to