Skip to content

Commit 9293ef3

Browse files
authored
Merge pull request #507 from apache/dependabot/github_actions/actions/checkout-6.0.0
Build(deps): Bump actions/checkout from 5.0.0 to 6.0.0
2 parents 18bfac6 + 0718c04 commit 9293ef3

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
@@ -31,7 +31,7 @@ jobs:
3131
java: [ '17', '21' ]
3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v5.0.0
34+
uses: actions/checkout@v6.0.0
3535
- name: Set up cache
3636
uses: actions/[email protected]
3737
with:

0 commit comments

Comments
 (0)