Skip to content

Commit 25fc7c3

Browse files
committed
Fix error theset-env command is disabled
1 parent c556a07 commit 25fc7c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727

2828
- name: Setup Java JDK
29-
uses: actions/setup-java@v1.3.0
29+
uses: actions/setup-java@v1.4.3
3030
with:
3131
java-version: 7
3232

0 commit comments

Comments
 (0)