Commit graph

178 commits

Author SHA1 Message Date
autofix-ci[bot]
247a216c71
[autofix.ci] apply automated fixes 2024-05-27 16:47:42 +00:00
Jozef Steinhübl
ac64dabe8a
feat: add bun paths and url to output
Fixes https://github.com/oven-sh/setup-bun/issues/81
2024-05-27 18:47:06 +02:00
autofix-ci[bot]
3458468e4c
[autofix.ci] apply automated fixes 2024-05-22 16:13:42 +00:00
Jozef Steinhübl
b43e4d10ce
refactor: .bun-version instead .bunrc 2024-05-22 18:13:10 +02:00
autofix-ci[bot]
2953918876
[autofix.ci] apply automated fixes 2024-05-20 14:26:36 +00:00
Jozef Steinhübl
90f3195457
feat: support .bunrc 2024-05-20 16:26:00 +02:00
Jozef Steinhübl
f56f779f9c
ci: remove cache test 2024-05-09 18:06:15 +02:00
autofix-ci[bot]
49d961dbaa
[autofix.ci] apply automated fixes 2024-05-08 09:42:18 +00:00
Jozef Steinhübl
1cea06d8fc
refactor: dont try all files if not defined 2024-05-08 11:41:47 +02:00
Jozef Steinhübl
93c92af672
ci: cache test should cache 2024-05-08 11:27:03 +02:00
Jozef Steinhübl
8082cb7c66
ci: more deps for cache test 2024-05-08 11:20:15 +02:00
Jozef Steinhübl
69507d8ac6
ci: block all trusted deps in cache test 2024-05-08 11:17:20 +02:00
Jozef Steinhübl
307c87ca51
ci: install more pkgs for cache test 2024-05-08 11:14:15 +02:00
Jozef Steinhübl
6f448b3ae5
ci: install another pkg for cache test 2024-05-08 11:11:48 +02:00
Jozef Steinhübl
1cdb57bae8
ci: add cache test 2024-05-08 11:09:42 +02:00
Jozef Steinhübl
6eefc6ada4
docs: add package.json and .tool-versions to bun-version-file examples 2024-05-08 10:57:36 +02:00
Jozef Steinhübl
92b090076c
ci: match name 2024-05-08 10:55:26 +02:00
Jozef Steinhübl
83142f73b0
ci: more readable version 2024-05-08 10:54:04 +02:00
Jozef Steinhübl
6c61d0abb9
docs: add comment for easier understanding 2024-05-08 10:23:56 +02:00
autofix-ci[bot]
b9b566f459
[autofix.ci] apply automated fixes 2024-05-08 08:18:38 +00:00
Jozef Steinhübl
f885433d15
fix: add .zip extension if it's not present
Workaround for https://github.com/actions/toolkit/issues/1179

Fixes https://github.com/oven-sh/setup-bun/issues/79
2024-05-08 10:18:01 +02:00
autofix-ci[bot]
77ae1717ed
[autofix.ci] apply automated fixes 2024-05-07 20:09:23 +00:00
Jozef Steinhübl
33f36f9182
build: bump version 2024-05-07 22:08:47 +02:00
autofix-ci[bot]
48d2521cd9
[autofix.ci] apply automated fixes 2024-05-07 19:09:35 +00:00
Jozef Steinhübl
11f18d9470
feat: log obtained version 2024-05-07 21:09:01 +02:00
autofix-ci[bot]
ce012a6d4f
[autofix.ci] apply automated fixes 2024-05-07 19:00:53 +00:00
Jozef Steinhübl
ebd802865f
better warnings, fix ci failing 2024-05-07 21:00:04 +02:00
autofix-ci[bot]
0b54beb9ce
[autofix.ci] apply automated fixes 2024-05-07 18:53:33 +00:00
Jozef Steinhübl
3b5d9934d5
log log log 2024-05-07 20:53:05 +02:00
autofix-ci[bot]
a06305c15d
[autofix.ci] apply automated fixes 2024-05-07 18:47:57 +00:00
Jozef Steinhübl
2c991200e5
log loglog 2024-05-07 20:47:27 +02:00
autofix-ci[bot]
7df30a5ed3
[autofix.ci] apply automated fixes 2024-05-07 18:41:06 +00:00
Jozef Steinhübl
13cc864142
fix: make whitespace in .tool-versions optional 2024-05-07 20:40:38 +02:00
autofix-ci[bot]
a61c3e7932
[autofix.ci] apply automated fixes 2024-05-07 18:34:01 +00:00
Jozef Steinhübl
ff32c47b98
fix: return output if found version 2024-05-07 20:33:22 +02:00
autofix-ci[bot]
97de633240
[autofix.ci] apply automated fixes 2024-05-07 18:24:56 +00:00
Jozef Steinhübl
7d417e1d34
fix: just continue if file doesnt exist 2024-05-07 20:24:25 +02:00
autofix-ci[bot]
3ab03f774e
[autofix.ci] apply automated fixes 2024-05-07 18:20:16 +00:00
Jozef Steinhübl
e95e252b85
feat: read from all known files if not specified 2024-05-07 20:19:42 +02:00
autofix-ci[bot]
116db8199a
[autofix.ci] apply automated fixes 2024-05-07 18:12:53 +00:00
Jozef Steinhübl
a0f1a9b3d0
refactor: reduce read from file code 2024-05-07 20:11:52 +02:00
Ade Hery Shopyan
3ef79febc9
feat: add input bun-version-file (#76)
* feat: add input for bun-version-file

* docs: update example bun version file

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-04-12 22:17:14 +02:00
Jozef Steinhübl
8f24390df0
fix: close immediately (#75)
* fix

* add test for outputs

* ci: use correct outputs from setup bun

* dist update

* feat: add timeout

* c

* increase

* [autofix.ci] apply automated fixes

* refactor: remove unnecesary loging, decrease retries

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-04-03 14:01:25 +02:00
Jozef Steinhübl
932c3b236c
fix: retry installing three times, add windows for testing (#72)
* ci: test windows

* ci: specify shell

* ci: we don't have >1.1.0

* fix: retry installing version three times

* [autofix.ci] apply automated fixes

* build: bump version to 1.2.1

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-04-02 11:24:51 +02:00
Jozef Steinhübl
9e6479509b
feat: support .tool-versions (#68)
* feat: support .tool-versions

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-04-02 10:26:15 +02:00
Jozef Steinhübl
194c60efc3
build: bump ci actions (#66)
* ci: update checkout

* ci: update checkout
2024-03-07 11:39:32 +01:00
Max Schwenk
d3603274ac
Add no-cache option (#58) 2024-02-23 11:09:38 -08:00
Andy Palmer
0f37bd8169
Move cache save to runs.post and exit early (#60) 2024-02-16 14:14:07 -08:00
Filip Czaplicki
12944059f7
Fix typo in README.md (#57) 2024-02-09 18:03:04 +01:00
Ben Limmer
8642d99a51
docs: add --frozen-lockfile to README (#52)
Many folks will copy/paste the sample code from the README directly. In CI, most people will want to enforce a frozen lockfile.
2024-02-01 17:30:42 -08:00