Skip to content

Commit f581ca7

Browse files
committed
use bun 1.2.23
1 parent 8d6641b commit f581ca7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Bun
1818
uses: oven-sh/setup-bun@v2
1919
with:
20-
bun-version: latest
20+
bun-version: 1.2.23
2121

2222
- name: Cache dependencies
2323
uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Bun
3232
uses: oven-sh/setup-bun@v2
3333
with:
34-
bun-version: latest
34+
bun-version: 1.2.23
3535

3636
- name: Cache dependencies
3737
uses: actions/cache@v4

devenv.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1759437797,
6+
"lastModified": 1760162706,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "89ce1b7ac66ca381a335a60ad6acc723ef6f42f3",
9+
"rev": "0d5ad578728fe4bce66eb4398b8b1e66deceb4e4",
1010
"type": "github"
1111
},
1212
"original": {
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"locked": {
43-
"lastModified": 1758108966,
43+
"lastModified": 1759523803,
4444
"owner": "cachix",
4545
"repo": "git-hooks.nix",
46-
"rev": "54df955a695a84cd47d4a43e08e1feaf90b1fd9b",
46+
"rev": "cfc9f7bb163ad8542029d303e599c0f7eee09835",
4747
"type": "github"
4848
},
4949
"original": {
@@ -74,10 +74,10 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1759417375,
77+
"lastModified": 1760164275,
7878
"owner": "NixOS",
7979
"repo": "nixpkgs",
80-
"rev": "dc704e6102e76aad573f63b74c742cd96f8f1e6c",
80+
"rev": "362791944032cb532aabbeed7887a441496d5e6e",
8181
"type": "github"
8282
},
8383
"original": {

0 commit comments

Comments
 (0)