Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5 (#1634)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 39c4d5b commit 0c7990d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
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/[email protected].4
- uses: actions/[email protected].5
- 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/[email protected].4
- uses: actions/[email protected].5
- 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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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 @@ -41,7 +41,7 @@ jobs:
matrix:
java: [ '17' ]
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- 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: [ '18' ]
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- 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/[email protected].4
uses: actions/[email protected].5
- 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 @@ -41,7 +41,7 @@ jobs:
matrix:
java: [ '17' ]
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0c7990d

Please sign in to comment.