Skip to content

Commit 1e6a944

Browse files
committed
Fix checkout step in GH release action
1 parent 3884ea9 commit 1e6a944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Set up Java + Maven
6767
- name: Set up JDK 21
68-
uses: actions/setup-java@v5
68+
uses: actions/setup-java@v4
6969
with:
7070
distribution: 'temurin'
7171
java-version: '21'

0 commit comments

Comments
 (0)