Skip to content

Commit 19e278f

Browse files
Update .github/workflows/build-nightly.yml
1 parent 7c0e00f commit 19e278f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
hibernate: [ "6.2.7.Final", "6.3.1.Final" ]
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v4
3030

3131
- name: Set up JDK
32-
uses: actions/setup-java@v5
32+
uses: actions/setup-java@v4
3333
with:
3434
java-version: 17
3535
distribution: 'temurin'

0 commit comments

Comments
 (0)