This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 7f94e7857809eb439eabba92cb2ae5fd25a76be4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 07:02:25 2025 +0100
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci-build.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index a9039ec..b7d0406 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -64,7 +64,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Build Camel Quarkus
if: github.ref == 'refs/heads/camel-quarkus-main' || github.base_ref
== 'camel-quarkus-main'
run: |
@@ -113,7 +113,7 @@ jobs:
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
@@ -173,7 +173,7 @@ jobs:
jdk: ['21']
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up JDK {{ matrix.jdk }}
uses: actions/setup-java@v4
with:
@@ -207,7 +207,7 @@ jobs:
os: ['windows-latest']
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up JDK 17
uses: actions/setup-java@v4
with: