Skip to content

Commit 6e6f81a

Browse files
Update actions/checkout action to v4
1 parent b28bb3a commit 6e6f81a

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3.5.3
16+
- uses: actions/checkout@v4.1.7
1717
- name: Set up JDK 16
1818
uses: actions/setup-java@v3.11.0
1919
with:

0 commit comments

Comments
 (0)