Skip to content

Commit a538370

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0073b1d commit a538370

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
distribution: 'temurin'
6565
java-version: '17'
6666
- name: Checkout
67-
uses: actions/checkout@v6
67+
uses: actions/checkout@v7
6868
- name: Checkout Camel Quarkus
6969
id: build-camel-quarkus
7070
if: github.ref == 'refs/heads/camel-quarkus-main' || github.base_ref == 'camel-quarkus-main'
@@ -136,7 +136,7 @@ jobs:
136136
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
137137
steps:
138138
- name: Checkout
139-
uses: actions/checkout@v6
139+
uses: actions/checkout@v7
140140
- name: Set up JDK 17
141141
uses: actions/setup-java@v5
142142
with:
@@ -196,7 +196,7 @@ jobs:
196196
jdk: ['21']
197197
steps:
198198
- name: Checkout
199-
uses: actions/checkout@v6
199+
uses: actions/checkout@v7
200200
- name: Set up JDK {{ matrix.jdk }}
201201
uses: actions/setup-java@v5
202202
with:
@@ -230,7 +230,7 @@ jobs:
230230
os: ['windows-latest']
231231
steps:
232232
- name: Checkout
233-
uses: actions/checkout@v6
233+
uses: actions/checkout@v7
234234
- name: Set up JDK 17
235235
uses: actions/setup-java@v5
236236
with:

0 commit comments

Comments
 (0)