From 918ee73970a2253c006ed68863620b1d28f65f5d Mon Sep 17 00:00:00 2001 From: 844196 <844196@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:30:30 +0900 Subject: [PATCH 1/2] :construction_worker: (setup-project): Upgrade mise --- .github/actions/setup-project/action.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/setup-project/action.yaml b/.github/actions/setup-project/action.yaml index 62722f8..af2df93 100644 --- a/.github/actions/setup-project/action.yaml +++ b/.github/actions/setup-project/action.yaml @@ -7,9 +7,7 @@ runs: - name: Setup mise uses: jdx/mise-action@v2 with: - version: 2025.5.11 - install: true - cache: true + version: 2025.9.25 - name: Install dependencies shell: bash From e9a8136bb63e8175d24885ef26ffabcbae29579c Mon Sep 17 00:00:00 2001 From: 844196 <844196@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:30:53 +0900 Subject: [PATCH 2/2] :arrow_up: Upgrade deno to 2.5.2 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index e4c39f8..416c108 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -deno = '2.4.2' +deno = '2.5.2' [tasks.check] depends = ['check:format', 'check:lint', 'check:type']