Skip to content

Commit da3a756

Browse files
committed
Rewrite Project
1 parent 84292ce commit da3a756

File tree

13 files changed

+532
-345
lines changed

13 files changed

+532
-345
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
env:
2424
HMCL_UPDATE_CHANNEL: ${{ inputs.channel }}
2525
steps:
26-
- uses: actions/checkout@v4
27-
- uses: actions/setup-java@v4
26+
- uses: actions/checkout@v5
27+
- uses: actions/setup-java@v5
2828
with:
2929
distribution: 'temurin'
30-
java-version: '21'
30+
java-version: '25'
3131
- name: Install jq
3232
run: sudo apt-get install -y jq
3333
- name: Fetch build information

.github/workflows/update-json.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/update-readme.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)