This commit is contained in:
jdx 2025-07-12 06:23:43 -05:00
parent af4b5b2b4b
commit bfb9fa0b02
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,16 @@
# Changelog
---
## [2.4.0](https://github.com/jdx/mise-action/compare/v2.3.1..v2.4.0) - 2025-07-12
### 🔍 Other Changes
- support checksum (#218) by [@zeitlinger](https://github.com/zeitlinger) in [#218](https://github.com/jdx/mise-action/pull/218)
### ⚙️ Miscellaneous Tasks
- updated deps (#219) by [@jdx](https://github.com/jdx) in [#219](https://github.com/jdx/mise-action/pull/219)
---
## [2.3.1](https://github.com/jdx/mise-action/compare/v2.3.0..v2.3.1) - 2025-06-25

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mise-action",
"version": "2.3.1",
"version": "2.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mise-action",
"version": "2.3.1",
"version": "2.4.0",
"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.1",
"version": "2.4.0",
"author": "jdx",
"private": true,
"repository": {