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:
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@v31
2020 with :
21- nix_path : nixpkgs=channel:nixos-23 .11
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/
@@ -47,15 +47,15 @@ jobs:
4747 steps :
4848 -
4949 name : Checkout
50- uses : actions/checkout@v2
50+ uses : actions/checkout@v4
5151 -
5252 name : Install Nix
53- uses : cachix/install-nix-action@v22
53+ uses : cachix/install-nix-action@v31
5454 with :
55- nix_path : nixpkgs=channel:nixos-23 .11
55+ nix_path : nixpkgs=channel:nixos-24 .11
5656 -
5757 name : Cargo cache
58- uses : actions/cache@v3
58+ uses : actions/cache@v4
5959 with :
6060 path : |
6161 ~/.cargo/bin/
6969 run : nix-shell --command "make dist-${{ matrix.target }}"
7070 -
7171 name : Configure AWS credentials
72- uses : aws-actions/configure-aws-credentials@v1
72+ uses : aws-actions/configure-aws-credentials@v4
7373 with :
7474 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
7575 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments