Skip to content

Commit 58064bf

Browse files
Update actions/checkout action to v4
1 parent 7f9a5f6 commit 58064bf

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Set up JDK 1.8
2020
uses: actions/setup-java@v2
2121
with:

0 commit comments

Comments
 (0)