Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/asf-snapshots-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
java: [ '17' ]
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
Expand All @@ -56,7 +56,7 @@ jobs:
NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatic-changelog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
persist-credentials: false
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/automatic-sync-camel-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java: [ '17' ]
steps:
- name: Checkout Camel project
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
repository: apache/camel
ref: main
Expand All @@ -58,7 +58,7 @@ jobs:
clean install
working-directory: ${{ github.workspace }}/camel
- name: Checkout camel-kafka-connector project
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
ref: main
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Backport
steps:
- name: "Checkout camel-kafka-connector"
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
persist-credentials: false
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- java: '21'
experimental: true
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-java-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
java: [ '21' ]
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/maven-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- java: '21'
experimental: true
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
Expand Down