Merge pull request #1315 from apache/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
Lukasz Lenart
2025-08-18 16:59:54 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
language: [ 'java' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup Java JDK
uses: actions/setup-java@v4
with: