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:
13
13
steps :
14
14
-
15
15
name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
-
18
18
name : Install Nix
19
- uses : cachix/install-nix-action@v22
19
+ uses : cachix/install-nix-action@v30
20
20
with :
21
- nix_path : nixpkgs=channel:nixos-23.05
21
+ nix_path : nixpkgs=channel:nixos-24.11
22
22
-
23
23
name : Cargo cache
24
- uses : actions/cache@v3
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : |
27
27
~/.cargo/bin/
@@ -53,12 +53,12 @@ jobs:
53
53
steps :
54
54
-
55
55
name : Checkout
56
- uses : actions/checkout@v2
56
+ uses : actions/checkout@v4
57
57
-
58
58
name : Install Nix
59
- uses : cachix/install-nix-action@v22
59
+ uses : cachix/install-nix-action@v30
60
60
with :
61
- nix_path : nixpkgs=channel:nixos-23.05
61
+ nix_path : nixpkgs=channel:nixos-24.11
62
62
-
63
63
name : Cargo cache
64
64
uses : actions/cache@v3
75
75
run : nix-shell --command "make dist-${{ matrix.target }}"
76
76
-
77
77
name : Configure AWS credentials
78
- uses : aws-actions/configure-aws-credentials@v1
78
+ uses : aws-actions/configure-aws-credentials@v4
79
79
with :
80
80
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
81
81
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" ) { } } :
2
2
3
3
pkgs . mkShell {
4
4
nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments