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
The following commit(s) were added to refs/heads/main by this push:
new 0f5a1092f6 Bump actions/checkout from 4.1.5 to 4.1.6
0f5a1092f6 is described below
commit 0f5a1092f65d7bd23634dfad4a3fdad0e0ebab34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 20 16:43:28 2024 +0000
Bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to
4.1.6.
- [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.5...v4.1.6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.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 d57aacbafe..a51b9ec18a 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 b757c67432..3a91e37a10 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 7fa752bf25..fbfa984113 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 e220471e17..27663c86a1 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 efcd9ebe6a..23008526e6 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -41,7 +41,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:
diff --git a/.github/workflows/daily-java-next.yml
b/.github/workflows/daily-java-next.yml
index 52bbe136f9..e4ece556b4 100644
--- a/.github/workflows/daily-java-next.yml
+++ b/.github/workflows/daily-java-next.yml
@@ -33,7 +33,7 @@ jobs:
matrix:
java: [ '18' ]
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 37f7a104ee..baa8fa5242 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 120a2f1e3b..421ced3eb8 100644
--- a/.github/workflows/maven-it.yaml
+++ b/.github/workflows/maven-it.yaml
@@ -41,7 +41,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: