Skip to content

Commit 0c7990d

Browse files
Bump actions/checkout from 4.1.4 to 4.1.5 (#1634)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39c4d5b commit 0c7990d

8 files changed

+10
-10
lines changed

.github/workflows/asf-snapshots-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
java: [ '17' ]
3434
steps:
35-
- uses: actions/[email protected].4
35+
- uses: actions/[email protected].5
3636
- name: Set up JDK ${{ matrix.java }}
3737
uses: actions/[email protected]
3838
with:
@@ -56,7 +56,7 @@ jobs:
5656
NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
5757
NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}
5858
steps:
59-
- uses: actions/[email protected].4
59+
- uses: actions/[email protected].5
6060
- name: Set up JDK ${{ matrix.java }}
6161
uses: actions/[email protected]
6262
with:

.github/workflows/automatic-changelog-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.ref == 'refs/heads/main' && github.repository == 'apache/camel-kafka-connector'
3131
steps:
3232
- name: "Checkout camel-kafka-connector"
33-
uses: actions/[email protected].4
33+
uses: actions/[email protected].5
3434
with:
3535
persist-credentials: false
3636
submodules: recursive

.github/workflows/automatic-sync-camel-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
java: [ '17' ]
3535
steps:
3636
- name: Checkout Camel project
37-
uses: actions/[email protected].4
37+
uses: actions/[email protected].5
3838
with:
3939
repository: apache/camel
4040
ref: main
@@ -58,7 +58,7 @@ jobs:
5858
clean install
5959
working-directory: ${{ github.workspace }}/camel
6060
- name: Checkout camel-kafka-connector project
61-
uses: actions/[email protected].4
61+
uses: actions/[email protected].5
6262
with:
6363
ref: main
6464
fetch-depth: 0

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Backport
2929
steps:
3030
- name: "Checkout camel-kafka-connector"
31-
uses: actions/[email protected].4
31+
uses: actions/[email protected].5
3232
with:
3333
persist-credentials: false
3434
submodules: recursive

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
java: [ '17' ]
4343
steps:
44-
- uses: actions/[email protected].4
44+
- uses: actions/[email protected].5
4545
- name: Set up JDK ${{ matrix.java }}
4646
uses: actions/[email protected]
4747
with:

.github/workflows/daily-java-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
java: [ '18' ]
3535
steps:
36-
- uses: actions/[email protected].4
36+
- uses: actions/[email protected].5
3737
- name: Set up JDK ${{ matrix.java }}
3838
uses: actions/[email protected]
3939
with:

.github/workflows/depsreview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/[email protected].4
12+
uses: actions/[email protected].5
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v4

.github/workflows/maven-it.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
java: [ '17' ]
4343
steps:
44-
- uses: actions/[email protected].4
44+
- uses: actions/[email protected].5
4545
- name: Set up JDK ${{ matrix.java }}
4646
uses: actions/[email protected]
4747
with:

0 commit comments

Comments
 (0)