diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24d259b..3fd6098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: # https://github.com/actions/checkout - uses: actions/checkout@v7 - - uses: jdx/mise-action@v4 + - uses: jdx/mise-action@v4.2.3 with: install: true # [default: true] run `mise install` cache: true # [default: true] cache mise using GitHub's cache