Skip to content

Commit beb770d

Browse files
authored
Merge pull request #484 from apache/dependabot/github_actions/actions/checkout-5.0.0
Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 899da50 + f0269ca commit beb770d

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@v4.2.2
34+
uses: actions/checkout@v5.0.0
3535
- name: Set up cache
3636
uses: actions/[email protected]
3737
with:

0 commit comments

Comments
 (0)