From 89c67a39ab4d727fde43e3f8f0f810d8202d34e8 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 21 Mar 2026 23:43:54 +0100 Subject: [PATCH] docs: bump more versions listed in README.md (#408) This is a continuation of #407: it bumps two more version I overlooked. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1f5f94..64f47e1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ When using `cache_key`, you can use template variables to reference internal val - uses: jdx/mise-action@v4 with: cache_key: "mise-{{platform}}-{{version}}-{{file_hash}}" - version: "2024.10.0" + version: "2026.3.10" install_args: "node python" ``` @@ -81,7 +81,7 @@ Example using multiple variables: - uses: jdx/mise-action@v4 with: cache_key: "mise-v1-{{platform}}-{{install_args_hash}}-{{file_hash}}" - install_args: "node@20 python@3.12" + install_args: "node@24 python@3.14" ``` You can also extend the default cache key: