File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 persist-credentials : false
150150 sparse-checkout : ' *.nix'
151151 sparse-checkout-cone-mode : false
152- - uses : cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
152+ - uses : cachix/install-nix-action@456688f15bc354bef6d396e4a35f4f89d40bf2b7 # v31.8.2
153153 - name : Lint Nix files
154154 run : |
155155 nix-shell -I nixpkgs=./tools/nix/pkgs.nix -p 'nixfmt-tree' --run '
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 tar xzf tarballs/*.tar.gz -C "$RUNNER_TEMP"
128128 echo "TAR_DIR=$RUNNER_TEMP/$(basename tarballs/*.tar.gz .tar.gz)" >> "$GITHUB_ENV"
129129
130- - uses : cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
130+ - uses : cachix/install-nix-action@456688f15bc354bef6d396e4a35f4f89d40bf2b7 # v31.8.2
131131 with :
132132 extra_nix_config : sandbox = true
133133
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ jobs:
306306 allow-prereleases : true
307307 - name : Set up Nix
308308 if : matrix.id == 'nixpkgs-unstable' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
309- uses : cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
309+ uses : cachix/install-nix-action@456688f15bc354bef6d396e4a35f4f89d40bf2b7 # v31.8.2
310310 - run : ${{ matrix.run }}
311311 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
312312 env :
You can’t perform that action at this time.
0 commit comments