1919 - uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 0
22- - uses : cachix/install-nix-action@v17
22+ - uses : cachix/install-nix-action@v20
2323 - run : echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
24- - uses : cachix/cachix-action@v10
24+ - uses : cachix/cachix-action@v12
2525 if : needs.check_secrets.outputs.cachix == 'true'
2626 with :
2727 name : ' ${{ env.CACHIX_NAME }}'
5858 with :
5959 fetch-depth : 0
6060 - run : echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
61- - uses : cachix/install-nix-action@v17
62- - uses : cachix/cachix-action@v10
61+ - uses : cachix/install-nix-action@v19
62+ with :
63+ install_url : https://releases.nixos.org/nix/nix-2.13.3/install
64+ - uses : cachix/cachix-action@v12
6365 with :
6466 name : ' ${{ env.CACHIX_NAME }}'
6567 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
7779 steps :
7880 - uses : actions/checkout@v3
7981 - run : echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
80- - uses : cachix/install-nix-action@v17
82+ - uses : cachix/install-nix-action@v19
8183 with :
8284 install_url : ' ${{needs.installer.outputs.installerURL}}'
8385 install_options : " --tarball-url-prefix https://${{ env.CACHIX_NAME }}.cachix.org/serve"
@@ -102,10 +104,12 @@ jobs:
102104 - uses : actions/checkout@v3
103105 with :
104106 fetch-depth : 0
105- - uses : cachix/install-nix-action@v17
107+ - uses : cachix/install-nix-action@v19
108+ with :
109+ install_url : https://releases.nixos.org/nix/nix-2.13.3/install
106110 - run : echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
107111 - run : echo NIX_VERSION="$(nix --experimental-features 'nix-command flakes' eval .\#default.version | tr -d \")" >> $GITHUB_ENV
108- - uses : cachix/cachix-action@v10
112+ - uses : cachix/cachix-action@v12
109113 if : needs.check_secrets.outputs.cachix == 'true'
110114 with :
111115 name : ' ${{ env.CACHIX_NAME }}'
0 commit comments