File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed 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@v2
16+ uses : actions/checkout@v4
1717 -
1818 name : Install Nix
19- uses : cachix/install-nix-action@v22
19+ uses : cachix/install-nix-action@v30
2020 with :
21- nix_path : nixpkgs=channel:nixos-23.05
21+ nix_path : nixpkgs=channel:nixos-24.11
2222 -
2323 name : Cargo cache
24- uses : actions/cache@v3
24+ uses : actions/cache@v4
2525 with :
2626 path : |
2727 ~/.cargo/bin/
@@ -53,12 +53,12 @@ jobs:
5353 steps :
5454 -
5555 name : Checkout
56- uses : actions/checkout@v2
56+ uses : actions/checkout@v4
5757 -
5858 name : Install Nix
59- uses : cachix/install-nix-action@v22
59+ uses : cachix/install-nix-action@v30
6060 with :
61- nix_path : nixpkgs=channel:nixos-23.05
61+ nix_path : nixpkgs=channel:nixos-24.11
6262 -
6363 name : Cargo cache
6464 uses : actions/cache@v3
7575 run : nix-shell --command "make dist-${{ matrix.target }}"
7676 -
7777 name : Configure AWS credentials
78- uses : aws-actions/configure-aws-credentials@v1
78+ uses : aws-actions/configure-aws-credentials@v4
7979 with :
8080 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
8181 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-24.05 .tar.gz" ) { } } :
1+ { pkgs ? import ( fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.11 .tar.gz" ) { } } :
22
33pkgs . mkShell {
44 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments