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 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']