From 7ff3413ce21e809cc8d9121c9cd5d3d72b745d39 Mon Sep 17 00:00:00 2001 From: Jose Gomez Date: Mon, 23 Mar 2026 09:21:17 -0500 Subject: [PATCH] chore: upgrade github actions and cleanup mise config file --- .github/workflows/clojure.yml | 4 ++-- .mise.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index 2c335361..1b24bdc7 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Tools setup - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 with: install: true cache: true diff --git a/.mise.toml b/.mise.toml index 31cf3c1a..9fa77edc 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,4 +1,4 @@ -[alias] +[tool_alias] clojure = "https://github.com/asdf-community/asdf-clojure.git" [tools] java = "graalvm-22.3.1+java11"