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 5f7837c4c Bump actions/checkout from 3.2.0 to 3.3.0
5f7837c4c is described below
commit 5f7837c4c3395f6168e6f77548fd32b3d409a2b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 9 16:06:12 2023 +0000
Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to
3.3.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/v3.2.0...v3.3.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 a842c00f4..0b69271a3 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -32,7 +32,7 @@ jobs:
matrix:
java: [ '11' ]
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: AdoptOpenJDK/install-jdk@v1
with:
@@ -52,7 +52,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 11
uses: AdoptOpenJDK/install-jdk@v1
with:
diff --git a/.github/workflows/automatic-changelog-update.yml
b/.github/workflows/automatic-changelog-update.yml
index cf68c41e8..40a2c2cb7 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 87e11a036..6ea3fd52d 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -34,7 +34,7 @@ jobs:
java: [ '11' ]
steps:
- name: Checkout Camel project
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
repository: apache/camel
ref: main
@@ -57,7 +57,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 746caa8af..608ca0c28 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 c7f1ec18f..517629cba 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -41,7 +41,7 @@ jobs:
matrix:
java: [ '11', '17' ]
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
diff --git a/.github/workflows/daily-java-next.yml
b/.github/workflows/daily-java-next.yml
index b58c6fed6..2f97d8ec2 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/setup-java@v3
with:
diff --git a/.github/workflows/depsreview.yaml
b/.github/workflows/depsreview.yaml
index 78f491658..ee2fd99c5 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@v3
diff --git a/.github/workflows/maven-it.yaml b/.github/workflows/maven-it.yaml
index 35c6e6dc8..4b1c23e49 100644
--- a/.github/workflows/maven-it.yaml
+++ b/.github/workflows/maven-it.yaml
@@ -41,7 +41,7 @@ jobs:
matrix:
java: [ '11', '17' ]
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with: