File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 steps :
1414 -
1515 name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 -
1818 name : Install Nix
1919 uses : cachix/install-nix-action@v31
2020 with :
21- nix_path : nixpkgs=channel:nixos-25.05
21+ nix_path : nixpkgs=channel:nixos-25.11
2222 -
2323 name : Cargo cache
24- uses : actions/cache@v4
24+ uses : actions/cache@v5
2525 with :
2626 path : |
2727 ~/.cargo/bin/
@@ -41,15 +41,15 @@ jobs:
4141 steps :
4242 -
4343 name : Checkout
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 -
4646 name : Install Nix
4747 uses : cachix/install-nix-action@v31
4848 with :
49- nix_path : nixpkgs=channel:nixos-25.05
49+ nix_path : nixpkgs=channel:nixos-25.11
5050 -
5151 name : Cargo cache
52- uses : actions/cache@v4
52+ uses : actions/cache@v5
5353 with :
5454 path : |
5555 ~/.cargo/bin/
You can’t perform that action at this time.
0 commit comments