Commit graph

410 commits

Author SHA1 Message Date
jdx
5083fe4689
2.1.11 2024-12-30 10:44:47 -06:00
jdx
b82835fe1f
fix: use tar.gz if zstd is not available (#159)
Fixes #155
2024-12-30 16:44:25 +00:00
jdx
249c01ba27
2.1.10 2024-12-23 11:59:14 -08:00
jdx
2408f570e1
chore: use github releases (#154) 2024-12-23 13:59:01 -06:00
jdx
26caef8487
2.1.9 2024-12-23 11:44:54 -08:00
jdx
5f7b5f779d
chore: loosen node version 2024-12-23 11:40:23 -08:00
jdx
370e73c4f0
feat: fetch tarball with zst compression (#153) 2024-12-23 19:31:53 +00:00
jdx
5bb8f8c191
2.1.8 2024-12-13 06:04:00 -06:00
jdx
3601336acb
chore: updated deps 2024-12-13 06:03:07 -06:00
jdx
52c535ffc8
chore: updated deps 2024-11-27 18:10:51 -06:00
jdx
63a673876c
2.1.7 2024-11-18 13:25:11 -06:00
jdx
793f8df484
chore: added pre-commit task 2024-11-18 13:24:06 -06:00
jdx
6c29640836
chore: updated deps 2024-11-18 13:22:05 -06:00
renovate[bot]
c34172bab2
chore(deps): update dependency node to v22 (#143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-18 13:21:45 -06:00
Risu
2d33c855a3
fix: fix cache_save option (#144) 2024-11-18 13:20:21 -06:00
jdx
53d027c2e9
2.1.6 2024-11-06 08:44:10 -06:00
Frederik Boster
7b77be967a
fix: use correct glob format for cache key file hash (#139) 2024-11-06 14:43:47 +00:00
jdx
3cea416127
2.1.5 2024-11-04 10:28:59 -06:00
jdx
239a5da37c
chore: update deps 2024-11-04 10:28:30 -06:00
jdx
57eda1a45f
fix: use lockfile for cache key 2024-11-04 10:26:21 -06:00
Maximilian Remming
fb230aa558
fix: overwrite MISE_LOG_LEVEL when in debug mode (#138)
As the log_level parameter defaults to info the MISE_LOG_LEVEL
environment variable needs to be overriden or otherwise it is not set.
This also means that mise-action will always run with debug logging when
it is ran with debugging enabled, no matter what log level the user has
set.
2024-10-29 07:08:34 -05:00
Jeff Dickey
12823cc980
docs: updated README 2024-10-27 20:35:16 -05:00
Jeff Dickey
a4cfebde9c
2.1.4 2024-10-27 20:26:10 -05:00
Jeff Dickey
534e1f8448
chore: npm update 2024-10-27 20:25:57 -05:00
Jeff Dickey
86b003e69f
chore: fetch mise compressed 2024-10-27 20:20:20 -05:00
Jeff Dickey
c20c9ebb8b
chore: fetch mise compressed 2024-10-27 20:18:38 -05:00
Jeff Dickey
943808f3f1
2.1.3 2024-10-26 06:51:32 -05:00
Risu
f2a7466821
fix: add install_args hash to cache key (#136)
* fix: add install_args hash to cache key

* fix: sort tools before hashing
2024-10-26 06:25:44 -05:00
Jeff Dickey
4d056cf31b
2.1.2 2024-10-25 11:49:02 -05:00
Maximilian Remming
cc7f0e6690
feat: use debug logging when in debug mode (#128) (#129)
* feat: use debug logging when in debug mode (#128)

* chore: remove unnecessary getExperimental function

* chore: fix setupMise typing

As `core.getInput` returns always a string, the type of `version` in
`setupMise` should be just a `string`. When the string is empty it means
to use the latest version. This could be made cleaner but this is how it
works.

* feat: only set MISE_LOG_LEVEL when required

Previously MISE_LOG_LEVEL was always set, even when log_level parameter
wasn't configured. This changes that behaviour so that the environment
variable is only set when log_level is set by the user and that the
MISE_LOG_LEVEL is set to debug only for this action when in debug mode.

---------

Co-authored-by: Jeff Dickey <216188+jdx@users.noreply.github.com>
2024-10-25 16:48:49 +00:00
Jeff Dickey
e3088a551c
fix: renovate artifact updates 2024-10-25 09:03:56 -05:00
jdx
477762426f
fix: cache_save boolean bug (#135)
Fixes #130
2024-10-25 14:03:09 +00:00
Jeff Dickey
c1606014a9
2.1.1 2024-10-23 20:27:09 -05:00
jdx
1b7ab9b9c1
fix: cache mise bin (#134)
Fixes #133
2024-10-24 01:27:00 +00:00
renovate[bot]
c1be5dfbbf
chore(deps): update dependency node to v20.18.0 (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 10:37:39 +00:00
renovate[bot]
06ba249d6e
chore(deps): update dependency @eslint/js to v9.12.0 (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 07:24:53 +00:00
renovate[bot]
c0c2a5cf19
chore(deps): update dependency @types/node to v22.7.4 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 07:27:22 +00:00
Jeff Dickey
9395297141
chore: migrate away from deprecated git-cliff syntax 2024-09-25 16:34:56 -05:00
Jeff Dickey
f8dfbcc150
2.1.0 2024-09-25 16:31:21 -05:00
renovate[bot]
9d00159afd
chore(deps): update dependency node to v20.17.0 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 21:29:21 +00:00
jdx
5d3e058edf
feat: support windows (#122) 2024-09-25 21:27:52 +00:00
renovate[bot]
bd6a003a27
chore(deps): lock file maintenance (#102)
* chore(deps): lock file maintenance

* rebuild

* rebuild

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeff Dickey <216188+jdx@users.noreply.github.com>
2024-07-29 18:40:29 +00:00
renovate[bot]
6e37caab2c
chore(deps): update dependency eslint-plugin-github to v5 (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 17:46:24 +00:00
renovate[bot]
c643d2bc94
chore(deps): update dependency @types/node to v20.14.13 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 17:43:17 +00:00
Jeff Dickey
b0dcf03524
chore: eslint@9 2024-07-29 12:40:52 -05:00
Jeff Dickey
da1c427f6e
chore: husky deprecation 2024-07-29 12:34:33 -05:00
renovate[bot]
e53ccc41de
chore(deps): update dependency eslint-plugin-prettier to v5.2.1 (#108)
* chore(deps): update dependency eslint-plugin-prettier to v5.2.1

* chore: rebuild

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeff Dickey <216188+jdx@users.noreply.github.com>
2024-07-29 12:34:23 -05:00
Jeff Dickey
4400109e6e
chore: automatically rebuild with renovate 2024-07-29 12:27:40 -05:00
Jeff Dickey
227736a40e
chore: automatically rebuild with renovate 2024-07-29 12:25:18 -05:00
renovate[bot]
3a53bcf6b1
chore(deps): update dependency typescript to v5.5.3 (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15 09:53:30 -05:00