Skip to content

Commit

Permalink
chore: bun update
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig committed May 13, 2024
1 parent 84ba7a2 commit 89f2715
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ jobs:
pull-images: false
namespace: getactions
manifests: |
kubernetes/deployment.yaml
kubernetes/ingress.yaml
kubernetes/scaling.yaml
kubernetes/service-account.yaml
kubernetes/service.yaml
kubernetes
images: |
${{ env.IMAGE_URL }}
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/0.10.1/.schema/devbox.schema.json",
"packages": [
"[email protected]",
"nodejs@20",
"[email protected]"
"[email protected]",
"[email protected]"
]
}
24 changes: 12 additions & 12 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"lockfile_version": "1",
"packages": {
"[email protected].4": {
"last_modified": "2024-04-19T17:36:04-04:00",
"resolved": "github:NixOS/nixpkgs/92d295f588631b0db2da509f381b4fb1e74173c5#bun",
"[email protected].7": {
"last_modified": "2024-05-06T15:07:38Z",
"resolved": "github:NixOS/nixpkgs/860e65d27036476edfb85dd847d982277880b143#bun",
"source": "devbox-search",
"version": "1.1.4",
"version": "1.1.7",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/fiwjsimc76cj65jkv5igazikqkd8zcns-bun-1.1.4",
"path": "/nix/store/vfpigpzi2jdkz8p03s0vs3p9pymr9c6v-bun-1.1.7",
"default": true
}
],
"store_path": "/nix/store/fiwjsimc76cj65jkv5igazikqkd8zcns-bun-1.1.4"
"store_path": "/nix/store/vfpigpzi2jdkz8p03s0vs3p9pymr9c6v-bun-1.1.7"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/vkhqs4p1clbarknbnjbk2riphqlrrx30-bun-1.1.4",
"path": "/nix/store/z0jyl5rcc2cx64irbk251m4h40yxrzlk-bun-1.1.7",
"default": true
}
],
"store_path": "/nix/store/vkhqs4p1clbarknbnjbk2riphqlrrx30-bun-1.1.4"
"store_path": "/nix/store/z0jyl5rcc2cx64irbk251m4h40yxrzlk-bun-1.1.7"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/xrpxfnbpqpzls14950ngwamxr7v6paa1-bun-1.1.4",
"path": "/nix/store/65q182wjybwnwlsb2shn1vba0zi8zy08-bun-1.1.7",
"default": true
}
],
"store_path": "/nix/store/xrpxfnbpqpzls14950ngwamxr7v6paa1-bun-1.1.4"
"store_path": "/nix/store/65q182wjybwnwlsb2shn1vba0zi8zy08-bun-1.1.7"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/899zg048mw6cwc8z87aky9hsy61iz612-bun-1.1.4",
"path": "/nix/store/5j5q992jln9izqwbmgcnfvfadi55w385-bun-1.1.7",
"default": true
}
],
"store_path": "/nix/store/899zg048mw6cwc8z87aky9hsy61iz612-bun-1.1.4"
"store_path": "/nix/store/5j5q992jln9izqwbmgcnfvfadi55w385-bun-1.1.7"
}
}
},
Expand Down

0 comments on commit 89f2715

Please sign in to comment.