chore: release v3.2.0 (#251)

---
## [3.2.0](https://github.com/jdx/mise-action/compare/v3.1.0..v3.2.0) -
2025-08-22

### πŸš€ Features

- add environment variable support to cache key templates (#250) by
[@pepicrft](https://github.com/pepicrft) in
[#250](https://github.com/jdx/mise-action/pull/250)

### πŸ› Bug Fixes

- redact secret values from env (#252) by [@jdx](https://github.com/jdx)
in [#252](https://github.com/jdx/mise-action/pull/252)

<!-- generated by git-cliff -->

Co-authored-by: mise-en-dev <123107610+mise-en-dev@users.noreply.github.com>
This commit is contained in:
jdx 2025-08-22 09:42:28 -05:00 β€’ committed by GitHub
parent 5e785b73cb
commit 5ac50f778e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,16 @@
# Changelog
---
## [3.2.0](https://github.com/jdx/mise-action/compare/v3.1.0..v3.2.0) - 2025-08-22
### πŸš€ Features
- add environment variable support to cache key templates (#250) by [@pepicrft](https://github.com/pepicrft) in [#250](https://github.com/jdx/mise-action/pull/250)
### πŸ› Bug Fixes
- redact secret values from env (#252) by [@jdx](https://github.com/jdx) in [#252](https://github.com/jdx/mise-action/pull/252)
---
## [3.1.0](https://github.com/jdx/mise-action/compare/v3.0.2..v3.1.0) - 2025-08-19

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mise-action",
"version": "3.1.0",
"version": "3.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mise-action",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.0",

View file

@ -1,7 +1,7 @@
{
"name": "mise-action",
"description": "mise tool setup action",
"version": "3.1.0",
"version": "3.2.0",
"author": "jdx",
"private": true,
"repository": {