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@v4
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/
@@ -53,15 +53,15 @@ jobs:
5353 steps :
5454 -
5555 name : Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v6
5757 -
5858 name : Install Nix
5959 uses : cachix/install-nix-action@v31
6060 with :
61- nix_path : nixpkgs=channel:nixos-25.05
61+ nix_path : nixpkgs=channel:nixos-25.11
6262 -
6363 name : Cargo cache
64- uses : actions/cache@v4
64+ uses : actions/cache@v5
6565 with :
6666 path : |
6767 ~/.cargo/bin/
7878 run : nix-shell --command "make dist-${{ matrix.target }}"
7979 -
8080 name : Configure AWS credentials
81- uses : aws-actions/configure-aws-credentials@v4
81+ uses : aws-actions/configure-aws-credentials@v5
8282 with :
8383 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
8484 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 1- { pkgs ? import ( fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-25.05 .tar.gz" ) { } } :
1+ { pkgs ? import ( fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-25.11 .tar.gz" ) { } } :
22
33pkgs . mkShell {
44 buildInputs = [
You can’t perform that action at this time.
0 commit comments