diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 749b0cd69..e9ae2c0a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 - name: Prefetch shell.nix run: 'nix-shell --run true' - name: Parsing @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 - name: Prefetch shell.nix run: 'nix-shell --run true' - name: Build @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 - name: Prefetch shell.nix run: 'nix-shell --run true' - name: Black @@ -52,7 +52,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 - name: Prefetch shell.nix run: 'nix-shell --run true' - name: Mypy @@ -65,7 +65,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 - name: Prefetch shell.nix run: 'nix-shell --run true' - name: Mypy @@ -78,7 +78,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 - name: Prefetch shell.nix run: 'nix-shell --run true' - name: Mypy Ratchet @@ -91,7 +91,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 - name: Prefetch shell.nix run: 'nix-shell --run true' - name: Coverage @@ -104,7 +104,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 # To use nixFlake in the next step - name: Prefetch shell.nix run: 'nix-shell --run true' @@ -120,7 +120,7 @@ jobs: with: fetch-depth: 0 - name: Nix - uses: cachix/install-nix-action@v8 + uses: cachix/install-nix-action@v12 - name: Prefetch shell.nix run: 'nix-shell --run true' - name: Poetry Locks Consistent