Update mieru plugin to v3.13.0

This commit is contained in:
dyhkwong
2025-03-20 19:38:25 +08:00
parent eb45414b80
commit 767a1c962f
4 changed files with 9 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.24.0
go-version: 1.24.1
cache-dependency-path: "plugin/mieru/src/main/go/mieru/go.sum"
- name: Setup Java
uses: actions/setup-java@v4