File tree Expand file tree Collapse file tree 6 files changed +281
-205
lines changed Expand file tree Collapse file tree 6 files changed +281
-205
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@v31
20
20
with :
21
- nix_path : nixpkgs=channel:nixos-23 .11
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/
@@ -47,15 +47,15 @@ jobs:
47
47
steps :
48
48
-
49
49
name : Checkout
50
- uses : actions/checkout@v2
50
+ uses : actions/checkout@v4
51
51
-
52
52
name : Install Nix
53
- uses : cachix/install-nix-action@v22
53
+ uses : cachix/install-nix-action@v31
54
54
with :
55
- nix_path : nixpkgs=channel:nixos-23 .11
55
+ nix_path : nixpkgs=channel:nixos-24 .11
56
56
-
57
57
name : Cargo cache
58
- uses : actions/cache@v3
58
+ uses : actions/cache@v4
59
59
with :
60
60
path : |
61
61
~/.cargo/bin/
69
69
run : nix-shell --command "make dist-${{ matrix.target }}"
70
70
-
71
71
name : Configure AWS credentials
72
- uses : aws-actions/configure-aws-credentials@v1
72
+ uses : aws-actions/configure-aws-credentials@v4
73
73
with :
74
74
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
75
75
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments