Skip to content

Commit e177514

Browse files
committed
Upgrade to actions/checkout v6
1 parent 2b29dcc commit e177514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Validate Gradle wrapper
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: gradle/actions/wrapper-validation@v5
2525

2626
build:
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
# Checks-out the repository under $GITHUB_WORKSPACE
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838

3939
# Set JDK
4040
- name: Set up JDK

0 commit comments

Comments
 (0)