1 parent 36494f1 commit a3e8f0eCopy full SHA for a3e8f0e
2 files changed
.github/actions/mise/action.yml
@@ -29,7 +29,7 @@ runs:
29
- id: mise-action
30
uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
31
with:
32
- version: v2026.8.8
+ version: v2026.8.9
33
cache: ${{ inputs.cache }}
34
35
- id: cache-node
Dockerfile
@@ -27,7 +27,7 @@ ENV MISE_CACHE_DIR="/mise/cache"
27
ENV MISE_INSTALL_PATH="/usr/local/bin/mise"
28
ENV PATH="/mise/shims:$PATH"
# renovate: datasource=github-tags depName=jdx/mise
-ENV MISE_VERSION="v2026.8.8"
+ENV MISE_VERSION="v2026.8.9"
ENV MISE_ENV=""
RUN curl https://mise.run | sh
0 commit comments