Skip to content

Commit 7c0e00f

Browse files
Update .github/workflows/test.yml
1 parent 9381e0c commit 7c0e00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
hibernate: [ "6.2.7.Final", "6.3.1.Final", "6.6.1.Final" ]
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v4
3939

4040
- name: Set up JDK
41-
uses: actions/setup-java@v5
41+
uses: actions/setup-java@v4
4242
with:
4343
java-version: 17
4444
distribution: 'temurin'

0 commit comments

Comments
 (0)