Skip to content

Commit de7d160

Browse files
JacksonTianyndu13
authored andcommitted
upgrade actions/checkout to v3
1 parent 226b562 commit de7d160

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
@@ -21,7 +21,7 @@ jobs:
2121
java: [ 8, 11 ]
2222
name: Java ${{ matrix.Java }}
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- name: Setup java
2626
uses: actions/setup-java@v2
2727
with:

0 commit comments

Comments
 (0)