mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
docs: bump more versions listed in README.md (#408)
This is a continuation of #407: it bumps two more version I overlooked.
This commit is contained in:
parent
0409dde834
commit
89c67a39ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue