Skip to content

Commit 00159a7

Browse files
authored
Merge pull request #457 from xdev-software/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 23b5a9c + 826dc5f commit 00159a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
timeout-minutes: 30
9191
steps:
92-
- uses: actions/checkout@v5
92+
- uses: actions/checkout@v6
9393

9494
- name: Set up JDK
9595
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)