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-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new 65cd3f270d build(deps): bump actions/checkout from 5.0.0 to 6.0.1
(#1739)
65cd3f270d is described below
commit 65cd3f270d2d36b611d612aeea90a7fce7a9f74b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 18 12:21:45 2026 +0100
build(deps): bump actions/checkout from 5.0.0 to 6.0.1 (#1739)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to
6.0.1.
- [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/v5.0.0...v6.0.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
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 c6f07b758c..1daa5b5de6 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 d0ce1faf38..29dd48433d 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 fbc0fdbafd..fabc5cc31d 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 f86b29ad29..27e64b471c 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 b6f2997d83..02e7c13e39 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 a97723fb63..f141fc0ca1 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 389d7b5b6d..ab350fbd6d 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 a2d5231ab8..bbc74da6ca 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: