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
19- uses : cachix/install-nix-action@v30
19+ 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/
@@ -51,15 +51,15 @@ jobs:
5151 steps :
5252 -
5353 name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555 -
5656 name : Install Nix
57- uses : cachix/install-nix-action@v30
57+ uses : cachix/install-nix-action@v31
5858 with :
59- nix_path : nixpkgs=channel:nixos-25.04
59+ nix_path : nixpkgs=channel:nixos-25.11
6060 -
6161 name : Cargo cache
62- uses : actions/cache@v4
62+ uses : actions/cache@v5
6363 with :
6464 path : |
6565 ~/.cargo/bin/
7676 run : nix-shell --command "make dist-${{ matrix.target }}"
7777 -
7878 name : Configure AWS credentials
79- uses : aws-actions/configure-aws-credentials@v4
79+ uses : aws-actions/configure-aws-credentials@v5
8080 with :
8181 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
8282 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments