Skip to content

Commit a7084c0

Browse files
authored
Update mvntest.yml
1 parent febe937 commit a7084c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mvntest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v3
1111
- name: Set up JDK 17
12-
uses: actions/setup-java@v4
12+
uses: actions/setup-java@v3
1313
with:
1414
java-version: '17'
1515
distribution: 'temurin'

0 commit comments

Comments
 (0)