This commit is contained in:
jdx 2025-06-25 11:55:26 -05:00
parent 233d283dd6
commit 5cb1df66ed
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog
---
## [2.3.1](https://github.com/jdx/mise-action/compare/v2.3.0..v2.3.1) - 2025-06-25
### 🔍 Other Changes
- Revert "add all MISE_ env vars to cache key (#197)" by [@jdx](https://github.com/jdx) in [233d283](https://github.com/jdx/mise-action/commit/233d283dd63662f6e6072a0de98feba374d69616)
---
## [2.3.0](https://github.com/jdx/mise-action/compare/v2.2.3..v2.3.0) - 2025-06-25

4
package-lock.json generated
View file

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

View file

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