We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c122a26 commit 3348e02Copy full SHA for 3348e02
2 files changed
.github/actions/mise-project-setup/action.yaml
@@ -18,7 +18,7 @@ runs:
18
CACHE_MODE: ${{ inputs.cache-mode }}
19
DIRECTORY: ${{ inputs.directory }}
20
# renovate: datasource=github-releases depName=jdx/mise
21
- MISE_VERSION: v2025.8.13
+ MISE_VERSION: v2025.8.18
22
run: |
23
# Initialize mise-project-setup action
24
"${GITHUB_ACTION_PATH}/init.sh"
.github/workflows/cache-cleanup-after-mise-update.yaml
@@ -22,5 +22,5 @@ jobs:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
25
26
run: ./.github/scripts/delete_obsolete_mise_caches.py
0 commit comments