Skip to content

Commit 870fccb

Browse files
authored
Merge pull request #69 from JohnDeere/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents b9645c8 + 7c98ad4 commit 870fccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Set up JDK 17
1313
uses: actions/setup-java@v4
1414
with:

0 commit comments

Comments
 (0)