Skip to content

Commit 5398073

Browse files
committed
change actions/setup-maven/action.yml also for completeness
1 parent d7e1097 commit 5398073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-maven/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
using: composite
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
ref: ${{ inputs.git-reference }}
2020
- name: Determine Java version by reading the Maven property

0 commit comments

Comments
 (0)