From 0fb7c9f5148d7de4129e30f40c7864e9578f08aa Mon Sep 17 00:00:00 2001 From: 844196 <844196@users.noreply.github.com> Date: Sun, 25 May 2025 00:30:07 +0900 Subject: [PATCH 1/4] :truck: (mise.toml): Trim dot --- .mise.toml => mise.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .mise.toml => mise.toml (100%) diff --git a/.mise.toml b/mise.toml similarity index 100% rename from .mise.toml rename to mise.toml From e80140370a537c451d797fd0c8697223ffd9920f Mon Sep 17 00:00:00 2001 From: 844196 <844196@users.noreply.github.com> Date: Sun, 25 May 2025 00:31:12 +0900 Subject: [PATCH 2/4] :construction_worker: (mise-action): Update to 2025.5.11 --- .github/actions/setup-project/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-project/action.yaml b/.github/actions/setup-project/action.yaml index 3c49017..7894293 100644 --- a/.github/actions/setup-project/action.yaml +++ b/.github/actions/setup-project/action.yaml @@ -12,7 +12,7 @@ runs: - name: Setup mise uses: jdx/mise-action@v2 with: - version: 2024.12.3 + version: 2025.5.11 install: true cache: true From 1fb4304b2abb8ca9463aef10a3e64e2165b6fc9a Mon Sep 17 00:00:00 2001 From: 844196 <844196@users.noreply.github.com> Date: Sun, 25 May 2025 00:32:47 +0900 Subject: [PATCH 3/4] :technologist: (task): Install via mise instead of aqua --- .github/actions/setup-project/action.yaml | 5 ----- aqua.yaml | 5 ----- mise.toml | 1 + 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 aqua.yaml diff --git a/.github/actions/setup-project/action.yaml b/.github/actions/setup-project/action.yaml index 7894293..62722f8 100644 --- a/.github/actions/setup-project/action.yaml +++ b/.github/actions/setup-project/action.yaml @@ -4,11 +4,6 @@ description: Setup project runs: using: composite steps: - - name: Setup aqua - uses: aquaproj/aqua-installer@v3.0.1 - with: - aqua_version: v2.28.0 - - name: Setup mise uses: jdx/mise-action@v2 with: diff --git a/aqua.yaml b/aqua.yaml deleted file mode 100644 index 2b9fdae..0000000 --- a/aqua.yaml +++ /dev/null @@ -1,5 +0,0 @@ -registries: - - type: standard - ref: v4.212.0 -packages: - - name: go-task/task@v3.38.0 diff --git a/mise.toml b/mise.toml index 5e34e9d..1152fd6 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,3 @@ [tools] deno = '2.2.2' +'aqua:go-task/task' = 'v3.42.1' From 3d4113e34211fd2c1b386a8c9204b7c033575e1c Mon Sep 17 00:00:00 2001 From: 844196 <844196@users.noreply.github.com> Date: Sun, 25 May 2025 00:33:22 +0900 Subject: [PATCH 4/4] :arrow_up: Update deno to 2.3.3 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 1152fd6..d9566e3 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,3 @@ [tools] -deno = '2.2.2' +deno = '2.3.3' 'aqua:go-task/task' = 'v3.42.1'