File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 with :
2424 ref : master
25- - uses : cachix/install-nix-action@v26
25+ - uses : cachix/install-nix-action@V27
2626 with :
2727 nix_path : nixpkgs=nixpkgs/default.nix
2828 - name : Fetch updates
Original file line number Diff line number Diff line change 7171 with :
7272 path : ~/repo-cache
7373 key : repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
74- - uses : cachix/install-nix-action@v26
74+ - uses : cachix/install-nix-action@V27
7575 with :
7676 nix_path : nixpkgs=./nixpkgs/default.nix
7777 extra_nix_config : |
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ bazel_dep(
7777)
7878bazel_dep (
7979 name = "rules_proto" ,
80- version = "5.3.0-21.7 " ,
80+ version = "6.0.0 " ,
8181)
8282bazel_dep (
8383 name = "protobuf" ,
@@ -200,7 +200,7 @@ local_path_override(
200200# Go setup for buildifieR
201201bazel_dep (
202202 name = "rules_go" ,
203- version = "0.47.1 " ,
203+ version = "0.48.0 " ,
204204 repo_name = "io_bazel_rules_go" ,
205205)
206206
You can’t perform that action at this time.
0 commit comments