Skip to content

Commit 2ea0df8

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <support@github.com>
1 parent e2038de commit 2ea0df8

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Check out the current repository
4040
- name: Fetch Sources
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
# Validate wrapper
4444
- name: Gradle Wrapper Validation
@@ -104,7 +104,7 @@ jobs:
104104

105105
# Check out the current repository
106106
- name: Fetch Sources
107-
uses: actions/checkout@v5
107+
uses: actions/checkout@v6
108108

109109
# Set up Java environment for the next steps
110110
- name: Setup Java
@@ -157,7 +157,7 @@ jobs:
157157

158158
# Check out the current repository
159159
- name: Fetch Sources
160-
uses: actions/checkout@v5
160+
uses: actions/checkout@v6
161161

162162
# Set up Java environment for the next steps
163163
- name: Setup Java
@@ -188,7 +188,7 @@ jobs:
188188

189189
# Check out the current repository
190190
- name: Fetch Sources
191-
uses: actions/checkout@v5
191+
uses: actions/checkout@v6
192192

193193
# Set up Java environment for the next steps
194194
- name: Setup Java
@@ -235,7 +235,7 @@ jobs:
235235

236236
# Check out the current repository
237237
- name: Fetch Sources
238-
uses: actions/checkout@v5
238+
uses: actions/checkout@v6
239239

240240
# Remove old release drafts by using the curl request for the available releases with a draft flag
241241
- name: Remove Old Release Drafts

.github/workflows/release.yml

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

2121
# Check out the current repository
2222
- name: Fetch Sources
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
ref: ${{ github.event.release.tag_name }}
2626

.github/workflows/run-ui-tests.yml

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

3434
# Check out the current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
# Set up Java environment for the next steps
3939
- name: Setup Java

0 commit comments

Comments
 (0)