ci: namespace all uses
This commit is contained in:
		| @@ -14,8 +14,8 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout repository | ||||
|         uses: actions/checkout@v4 | ||||
|       - uses: cachix/install-nix-action@v23 | ||||
|         uses: https://gitea.com/actions/checkout@v4 | ||||
|       - uses: https://github.com/cachix/install-nix-action@v23 | ||||
|       - name: Check ${{ matrix.check }} | ||||
|         # Depends on nixos/nix#7759 to simply `nix flake check` | ||||
|         run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }} | ||||
| @@ -43,13 +43,13 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - name: Checkout repository | ||||
|       uses: actions/checkout@v4 | ||||
|       uses: https://gitea.com/actions/checkout@v4 | ||||
|     - name: Install nix | ||||
|       uses: cachix/install-nix-action@v23 | ||||
|       uses: https://github.com/cachix/install-nix-action@v23 | ||||
|     - name: Show nixpkgs version | ||||
|       run: nix eval --impure --expr '(import ./flake-compat.nix { src = ./.; }).lib.version' | ||||
|     - name: Setup cachix | ||||
|       uses: cachix/cachix-action@v12 | ||||
|       uses: https://github.com/cachix/cachix-action@v12 | ||||
|       if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }} | ||||
|       with: | ||||
|         name: ${{ matrix.cachixName }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user