Skip to content

Commit e0201ee

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c02bf0 commit e0201ee

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v6
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4343

4444
- name: Check build trigger
4545
run: |

.github/workflows/maven-acceptance-manual.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
continue-on-error: ${{ matrix.experimental }}
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v6
4949
with:
5050
repository: "${{ github.event.inputs.lyoRepo }}"
5151
ref: "${{ github.event.inputs.lyoBranch }}"
5252
path: lyo-trunk
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v6
5454
with:
5555
path: main
5656
- name: Set up JDK ${{ matrix.jdk }}
@@ -89,12 +89,12 @@ jobs:
8989
continue-on-error: ${{ matrix.experimental }}
9090

9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v6
9393
with:
9494
repository: "${{ github.event.inputs.lyoRepo }}"
9595
ref: "${{ github.event.inputs.lyoBranch }}"
9696
path: lyo-trunk
97-
- uses: actions/checkout@v4
97+
- uses: actions/checkout@v6
9898
with:
9999
path: main
100100
- name: Set up JDK ${{ matrix.jdk }}
@@ -146,12 +146,12 @@ jobs:
146146
continue-on-error: ${{ matrix.experimental }}
147147

148148
steps:
149-
- uses: actions/checkout@v4
149+
- uses: actions/checkout@v6
150150
with:
151151
repository: "${{ github.event.inputs.lyoRepo }}"
152152
ref: "${{ github.event.inputs.lyoBranch }}"
153153
path: lyo-trunk
154-
- uses: actions/checkout@v4
154+
- uses: actions/checkout@v6
155155
with:
156156
path: main
157157
- name: Set up JDK ${{ matrix.jdk }}

.github/workflows/maven-acceptance-wide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
experimental: true
3939

4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242
- name: Set up JDK ${{ matrix.jdk }}
4343
uses: actions/setup-java@v5
4444
with:

.github/workflows/maven-acceptance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
continue-on-error: ${{ matrix.experimental }}
3232

3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
- name: Set up JDK ${{ matrix.jdk }}
3636
uses: actions/setup-java@v5
3737
with:
@@ -67,7 +67,7 @@ jobs:
6767
continue-on-error: ${{ matrix.experimental }}
6868

6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v6
7171
- name: Set up JDK ${{ matrix.jdk }}
7272
uses: actions/setup-java@v5
7373
with:
@@ -117,7 +117,7 @@ jobs:
117117
continue-on-error: ${{ matrix.experimental }}
118118

119119
steps:
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v6
121121
- name: Set up JDK ${{ matrix.jdk }}
122122
uses: actions/setup-java@v5
123123
with:

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout Code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
with:
4848
show-progress: false
4949
- name: Set up JDK ${{ matrix.jdk }}
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Checkout Code
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v6
8181
with:
8282
show-progress: false
8383
- name: Set up JDK ${{ matrix.jdk }}

0 commit comments

Comments
 (0)