ci: bump cachix/install-nix-action
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,7 +14,7 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - name: Checkout repository |       - name: Checkout repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|       - uses: cachix/install-nix-action@v19 |       - uses: cachix/install-nix-action@v20 | ||||||
|       - name: Check ${{ matrix.check }} |       - name: Check ${{ matrix.check }} | ||||||
|         # Depends on nixos/nix#7759 to simply `nix flake check` |         # Depends on nixos/nix#7759 to simply `nix flake check` | ||||||
|         run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }} |         run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }} | ||||||
| @@ -45,7 +45,7 @@ jobs: | |||||||
|     - name: Checkout repository |     - name: Checkout repository | ||||||
|       uses: actions/checkout@v3 |       uses: actions/checkout@v3 | ||||||
|     - name: Install nix |     - name: Install nix | ||||||
|       uses: cachix/install-nix-action@v19 |       uses: cachix/install-nix-action@v20 | ||||||
|     - name: Show nixpkgs version |     - name: Show nixpkgs version | ||||||
|       run: nix eval --impure --expr '(import ./flake-compat.nix { src = ./.; }).lib.version' |       run: nix eval --impure --expr '(import ./flake-compat.nix { src = ./.; }).lib.version' | ||||||
|     - name: Setup cachix |     - name: Setup cachix | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/update.yml
									
									
									
									
										vendored
									
									
								
							| @@ -12,7 +12,7 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - name: Checkout repository |       - name: Checkout repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|       - uses: cachix/install-nix-action@v19 |       - uses: cachix/install-nix-action@v20 | ||||||
|         with: |         with: | ||||||
|           extra_nix_config: | |           extra_nix_config: | | ||||||
|             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user