Skip to content

Commit d201aa4

Browse files
Merge pull request #349 from luisgoncalves/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 63d1a76 + 1b712f8 commit d201aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java: [11, 16, 17]
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up JDK
2424
uses: actions/setup-java@v5
2525
with:

0 commit comments

Comments
 (0)